Skip to content

Commit

Permalink
switch to v16 as that is latest available in RPi OS
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Feb 16, 2024
1 parent b3cba29 commit 7846dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
python-version: 3.x
- name: Install clang-format
run: sudo apt-get install clang-format-17
run: sudo apt-get install clang-format-16
- name: Install linter python package
run: python3 -m pip install 'cpp-linter>=1.7.1'
- name: run linter as a python package
Expand All @@ -30,7 +30,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: >-
cpp-linter
--version=12
--version=16
--style=file
--tidy-checks='-*'
--files-changed-only='False'
Expand Down

0 comments on commit 7846dea

Please sign in to comment.