Remove unnecessary CI step
clang-format is already installed in GitHub's Ubuntu image
This commit is contained in:
parent
1b257c8ea8
commit
910514871e
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -214,9 +214,6 @@ jobs:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install Dependencies
|
||||
run: sudo apt-get install clang-format-14
|
||||
|
||||
- name: Format Code
|
||||
run: cmake -DCLANG_FORMAT_EXECUTABLE=clang-format-14 -P cmake/Format.cmake
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user