Skip to content

Commit 37be7bb

Browse files
committed
Use the right env syntax
1 parent 422bdc8 commit 37be7bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,6 @@ jobs:
497497
- name: Install LCOV
498498
if: matrix.toolchain != 'msvc'
499499
run: pacman --sync --noconfirm --verbose mingw-w64-x86_64-lcov
500-
- run: dir C:\msys64\ /s
501500
#- run: C:\msys64\mingw64\bin\lcov --version
502501
#- run: lcov --version
503502
- run: lcov --version
@@ -586,6 +585,10 @@ jobs:
586585
working-directory: ${{ runner.temp }}
587586
- name: Collate test coverage
588587
if: matrix.toolchain != 'msvc'
588+
run: cmake --build "%RUNNER_TEMP%" --target coverage --verbose
589+
- name: Collate test coverage
590+
if: matrix.toolchain != 'msvc'
591+
shell: bash
589592
run: cmake --build "$RUNNER_TEMP" --target coverage --verbose
590593
- name: Upload test results
591594
if: matrix.arch != 'arm64' && fromJSON(steps.post-build.outputs.tap)

0 commit comments

Comments
 (0)