Skip to content

Commit f7a20d9

Browse files
authored
Update cmake-test.yml
1 parent 199a4f7 commit f7a20d9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/cmake-test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,11 @@ jobs:
5252

5353
- name: setupninja-win
5454
if: matrix.os == 'windows-11-arm'
55-
uses: ashutoshvarma/setup-ninja@master
55+
uses: seanmiddleditch/gha-setup-ninja@v6
5656

5757
- name: setupclang-win
5858
if: matrix.c == '-DCMAKE_C_COMPILER=clang' && matrix.os == 'windows-11-arm' || matrix.os == 'windows-latest'
5959
uses: egor-tensin/setup-clang@v1
60-
61-
- name: setupcmake-win
62-
if: matrix.os == 'windows-11-arm'
63-
# You may pin to the exact commit or the version.
64-
# uses: ssrobins/install-cmake@bf59283f07a51bc7448e8a57902f6f2f2b26ed8c
65-
uses: ssrobins/install-cmake@v1
6660

6761

6862
- name: Test

0 commit comments

Comments
 (0)