Skip to content

Commit 361f2a0

Browse files
committed
try unsetting MSYSTEM
1 parent af742cb commit 361f2a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,7 @@ jobs:
409409
410410
- name: Test examples
411411
shell: msys2 {0}
412-
run: |
413-
PATH="$PATH:/c/Users/runneradmin/.cargo/bin" nox -s test-mingw
412+
run: PATH="$PATH:/c/Users/runneradmin/.cargo/bin" MSYSTEM= nox -s test-mingw
414413

415414
test-emscripten:
416415
name: Test Emscripten

0 commit comments

Comments
 (0)