Skip to content

Commit 7898b69

Browse files
authored
Update cmake-multi-platform.yml
1 parent 1721477 commit 7898b69

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ jobs:
5050
shell: bash
5151
run: echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
5252

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

57-
- name: setupclang-win-11-arm
58-
if: matrix.os == 'windows-11-arm'
57+
- name: setupclang-win
58+
if: matrix.c == '-DCMAKE_C_COMPILER=clang' && matrix.os == 'windows-11-arm' || matrix.os == 'windows-latest'
5959
uses: egor-tensin/setup-clang@v1
60+
6061

6162
- name: Test
6263
run: ${{ matrix.bash }} ./test.sh ${{ matrix.c }} ${{ matrix.cc }} ${{ matrix.conf }}
6364

64-

0 commit comments

Comments
 (0)