We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8b31f commit 6c19ce7Copy full SHA for 6c19ce7
.github/workflows/cpplint.yml
@@ -34,6 +34,8 @@ jobs:
34
35
- name: Install Python
36
uses: actions/setup-python@v4
37
+ with:
38
+ python-version: '3.12'
39
40
- name: Install Cpplint
41
run: pip install cpplint
0 commit comments