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 4b86733 commit 159e889Copy full SHA for 159e889
.github/workflows/ci.yml
@@ -283,7 +283,7 @@ jobs:
283
compiler: ${{ matrix.compiler }}
284
285
- uses: maxim-lobanov/setup-xcode@v1
286
- if: ${{ runner.os == 'macOS' && steps.cache.outputs.cache-hit != 'true' && ${{ matrix.cling }} == 'On' }}
+ if: ${{ runner.os == 'macOS' && steps.cache.outputs.cache-hit != 'true' && matrix.cling == 'On' }}
287
with:
288
xcode-version: '15.4.0'
289
@@ -776,7 +776,7 @@ jobs:
776
777
778
779
- if: ${{ runner.os == 'macOS' && ${{ matrix.cling }} == 'On' }}
+ if: ${{ runner.os == 'macOS' && matrix.cling == 'On' }}
780
781
782
0 commit comments