Skip to content

Commit 9fb77a8

Browse files
authored
Use jwlawson/actions-setup-cmake@v2 in CI (#817)
1 parent cbdd472 commit 9fb77a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626
- uses: actions/setup-python@v5
2727
with:
2828
python-version: '3.10'
29-
- uses: ssrobins/install-cmake@v1
29+
- uses: jwlawson/actions-setup-cmake@v2
3030
with:
31-
version: 3.31.6
31+
cmake-version: "3.31.9"
32+
- run: cmake --version
3233
- run: python -m pip install fmpy requests toml
3334
- run: |
3435
cmake --version

0 commit comments

Comments
 (0)