Skip to content

Commit

Permalink
Don't install manually clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl authored May 1, 2023
1 parent 4464c1d commit 17d5b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
python-version: '3.10'
- name: Install system hooks
run: sudo apt install -qq clang-format-14 cppcheck
run: sudo apt install -qq cppcheck
- uses: pre-commit/[email protected]
with:
extra_args: --all-files --hook-stage manual

0 comments on commit 17d5b5b

Please sign in to comment.