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 894db01 commit 199a4f7Copy full SHA for 199a4f7
.github/workflows/cmake-test.yml
@@ -57,6 +57,13 @@ jobs:
57
- name: setupclang-win
58
if: matrix.c == '-DCMAKE_C_COMPILER=clang' && matrix.os == 'windows-11-arm' || matrix.os == 'windows-latest'
59
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
67
68
- name: Test
69
run: ${{ matrix.bash }} ./test.sh ${{ matrix.c }} ${{ matrix.cc }} ${{ matrix.conf }}
0 commit comments