Skip to content

Commit

Permalink
don't specify clang-format version
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Sep 16, 2023
1 parent e77f7fd commit 22d3e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
key: ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}

- name: Install format dependencies
run: pip3 install clang-format==14.0.6 cmake_format==0.6.11 pyyaml
run: pip3 install clang-format cmake_format==0.6.11 pyyaml

- name: configure
run: cmake -Stest -Bbuild
Expand Down

0 comments on commit 22d3e0f

Please sign in to comment.