Skip to content

Commit 23bc3bb

Browse files
committed
use UCRT64 instead of MINGW64 in msys2
- links to ucrt C library like msvc does instead of legacy msvcrt C library
1 parent caf913c commit 23bc3bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ jobs:
8585
- uses: actions/checkout@v4
8686
- uses: msys2/setup-msys2@v2
8787
with:
88-
msystem: MINGW64
88+
msystem: UCRT64
8989
update: true
90-
install: mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja git
90+
install: mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-ninja git
9191
- name: Build script
9292
run: ./build.sh
9393
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)