Skip to content

Commit 6c19ce7

Browse files
committed
Fix python version 2
1 parent fc8b31f commit 6c19ce7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cpplint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434

3535
- name: Install Python
3636
uses: actions/setup-python@v4
37+
with:
38+
python-version: '3.12'
3739

3840
- name: Install Cpplint
3941
run: pip install cpplint

0 commit comments

Comments
 (0)