Skip to content

Commit

Permalink
specify version
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygerardmoore committed Oct 3, 2024
1 parent 81ef290 commit e31c89b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ jobs:
with:
python-version: '3.10'
- name: Install clang-format
run: sudo apt-get install clang-format
run: sudo apt-get install clang-format-18
- name: Install clang-tidy
run: sudo apt-get install clang-tidy
run: sudo apt-get install clang-tidy-18
- name: enable clang tidy in pre-commit
run: export PRE_COMMIT_CLANG_TIDY=1
- uses: pre-commit/[email protected]
Expand Down

0 comments on commit e31c89b

Please sign in to comment.