Skip to content

Commit 199a4f7

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/cmake-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ jobs:
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
66+
6067

6168
- name: Test
6269
run: ${{ matrix.bash }} ./test.sh ${{ matrix.c }} ${{ matrix.cc }} ${{ matrix.conf }}

0 commit comments

Comments
 (0)