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 1721477 commit 7898b69Copy full SHA for 7898b69
.github/workflows/cmake-multi-platform.yml
@@ -50,15 +50,15 @@ jobs:
50
shell: bash
51
run: echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
52
53
- - name: setupninja-win-11-arm
+ - 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-11-arm
58
- if: matrix.os == 'windows-11-arm'
+ - name: setupclang-win
+ 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
62
- name: Test
63
run: ${{ matrix.bash }} ./test.sh ${{ matrix.c }} ${{ matrix.cc }} ${{ matrix.conf }}
64
-
0 commit comments