Skip to content

Commit 38847df

Browse files
committed
github: Use msys instead of mingw64 for running test-toolchain
1 parent e20f0e3 commit 38847df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ jobs:
343343
steps:
344344
- uses: msys2/setup-msys2@v2
345345
with:
346-
msystem: mingw64
346+
msystem: msys
347347
install: >-
348348
unzip
349349
make

0 commit comments

Comments
 (0)