Skip to content

Commit d1bddce

Browse files
committed
Use the right running dir
1 parent 70295e4 commit d1bddce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,7 @@ jobs:
565565
if: matrix.arch != 'arm64'
566566
run: ctest --output-on-failure --test-dir "%RUNNER_TEMP%" --verbose
567567
- run: dir . /s
568+
working-directory: ${{ runner.temp }}
568569
- name: Collate test coverage
569570
if: matrix.toolchain != 'msvc'
570571
run: cmake --build "%RUNNER_TEMP%" --target coverage

0 commit comments

Comments
 (0)