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 8df30c7 commit e34d9e1Copy full SHA for e34d9e1
.github/workflows/windows.yml
@@ -47,9 +47,9 @@ jobs:
47
48
- name: Run tests
49
working-directory: build
50
- run: |
51
- export CTEST_OUTPUT_ON_FAILURE=1
52
- cmake --build . --config ${{ matrix.build_type }} --target run_tests_with_junit_report
+ env:
+ CTEST_OUTPUT_ON_FAILURE: 1
+ run: cmake --build . --config ${{ matrix.build_type }} --target run_tests_with_junit_report
53
54
windows_build_fetch_from_source:
55
runs-on: windows-latest
0 commit comments