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 993fdfc commit 7a59b75Copy full SHA for 7a59b75
.github/workflows/windows-alt.yml
@@ -242,10 +242,7 @@ jobs:
242
CMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY \
243
CMAKE_BUILD_TYPE=Release \
244
- name: Run tests
245
- if: matrix.generator != 'MSYS Makefiles'
246
- shell: 'bash'
247
- run: cmake --build ./build --target run_tests
248
- - name: Run tests
249
- if: matrix.generator == 'MSYS Makefiles'
250
shell: 'msys2 {0}'
251
+ run: |
+ echo PATH=${PATH}
+ cmake --build ./build --target run_tests
0 commit comments