Skip to content

Commit 7a59b75

Browse files
committed
debug ucrt64 failures
1 parent 993fdfc commit 7a59b75

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/windows-alt.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,7 @@ jobs:
242242
CMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY \
243243
CMAKE_BUILD_TYPE=Release \
244244
- 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'
250245
shell: 'msys2 {0}'
251-
run: cmake --build ./build --target run_tests
246+
run: |
247+
echo PATH=${PATH}
248+
cmake --build ./build --target run_tests

0 commit comments

Comments
 (0)