Skip to content

Commit

Permalink
Fix clang format checking in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexFabre committed Oct 10, 2023
1 parent 009e958 commit a8b6143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Install tools
run: |
sudo apt-get update
sudo apt-get install gcc-13 clang-tools clang-format shellcheck
sudo apt-get install gcc clang-tools clang-format shellcheck
- name: shellcheck
run: make shellcheck
- name: format
Expand Down

0 comments on commit a8b6143

Please sign in to comment.