Skip to content

Commit 21ae509

Browse files
committed
Install cmakelang
1 parent a4a893e commit 21ae509

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cmake-lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
python-version: '3.10'
1818

1919
- name: Set up cmake-lint
20-
run: pip install cmake-lint
20+
run: |
21+
python -m pip install --upgrade pip
22+
python -m pip install cmake-lint
2123
2224
- name: Lint all CMake files
2325
run: |

0 commit comments

Comments
 (0)