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 199a4f7 commit f7a20d9Copy full SHA for f7a20d9
.github/workflows/cmake-test.yml
@@ -52,17 +52,11 @@ jobs:
52
53
- name: setupninja-win
54
if: matrix.os == 'windows-11-arm'
55
- uses: ashutoshvarma/setup-ninja@master
+ uses: seanmiddleditch/gha-setup-ninja@v6
56
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
0 commit comments