Skip to content

Commit 159e889

Browse files
authored
Update ci.yml
1 parent 4b86733 commit 159e889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
compiler: ${{ matrix.compiler }}
284284

285285
- uses: maxim-lobanov/setup-xcode@v1
286-
if: ${{ runner.os == 'macOS' && steps.cache.outputs.cache-hit != 'true' && ${{ matrix.cling }} == 'On' }}
286+
if: ${{ runner.os == 'macOS' && steps.cache.outputs.cache-hit != 'true' && matrix.cling == 'On' }}
287287
with:
288288
xcode-version: '15.4.0'
289289

@@ -776,7 +776,7 @@ jobs:
776776
compiler: ${{ matrix.compiler }}
777777

778778
- uses: maxim-lobanov/setup-xcode@v1
779-
if: ${{ runner.os == 'macOS' && ${{ matrix.cling }} == 'On' }}
779+
if: ${{ runner.os == 'macOS' && matrix.cling == 'On' }}
780780
with:
781781
xcode-version: '15.4.0'
782782

0 commit comments

Comments
 (0)