File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
linux :
17
+ if : false
17
18
runs-on : ubuntu-${{ matrix.os }}${{ matrix.arch == 'arm64' && '-arm' || '' }}
18
19
strategy :
19
20
fail-fast : false
@@ -219,6 +220,7 @@ jobs:
219
220
if-no-files-found : error
220
221
221
222
mac :
223
+ if : false
222
224
runs-on : ${{ matrix.os }}
223
225
env :
224
226
CMAKE_BUILD_PARALLEL_LEVEL : ${{ matrix.os == 'macos-13' && 4 || 3 }}
@@ -706,7 +708,7 @@ jobs:
706
708
- name : Test StatusService for LLVM debugging
707
709
if : matrix.toolchain == 'llvm'
708
710
shell : bash
709
- run : /d/a/_temp/ coverage/test/unit/lib/testStatusService.exe -o output,txt || :; cat output
711
+ run : " ${RUNNER_TEMP}/ coverage/test/unit/lib/testStatusService.exe" -o output,txt || :; cat output
710
712
- name : Test w/ coverage # We can't execute arm64 binaries on an x86-64 host.
711
713
if : matrix.arch != 'arm64' && matrix.toolchain != 'msvc'
712
714
run : ctest --output-on-failure --test-dir "%RUNNER_TEMP%/coverage" --verbose
You can’t perform that action at this time.
0 commit comments