Skip to content

Commit

Permalink
Fix python version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Oct 9, 2023
1 parent fc8b31f commit 6c19ce7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cpplint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:

- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.12'

- name: Install Cpplint
run: pip install cpplint
Expand Down

0 comments on commit 6c19ce7

Please sign in to comment.