Skip to content

Commit

Permalink
ensure clang-format-12 is installed
Browse files Browse the repository at this point in the history
github's ubuntu-latest runners no longer include it.
see actions/runner-images#8263
  • Loading branch information
2bndy5 committed Sep 27, 2023
1 parent 2e7a490 commit 9368af7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Run cpp-linter as a py pkg
id: linter
run: |
sudo apt-get install clang-format-12
cpp-linter \
--version=12 \
--style=file \
Expand Down

0 comments on commit 9368af7

Please sign in to comment.