Skip to content

Commit

Permalink
install cmake-format in the build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Dec 12, 2022
1 parent ff1f5eb commit 1452d4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Install Ninja
run: sudo apt install ninja-build

- name: Install cmake-format
run: pip3 install cmake-format

- name: Configure CMake
run: cmake . -B build -G Ninja -D BUILD_TESTING=ON

Expand Down

0 comments on commit 1452d4b

Please # to comment.