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 ff2768c commit c9a8fc4Copy full SHA for c9a8fc4
.github/workflows/cmake-lint.yml
@@ -10,10 +10,11 @@ jobs:
10
- name: Checkout repository
11
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 #v4.1.7
12
13
+ # Update the version to '3.x' when cmake-lint updates
14
- name: Set up Python
15
uses: actions/setup-python@v6
16
with:
- python-version: '3.x'
17
+ python-version: '3.10'
18
19
- name: Set up cmake-lint
20
run: pip install cmake-lint
0 commit comments