Skip to content

Commit

Permalink
use UCRT64 instead of MINGW64 in msys2
Browse files Browse the repository at this point in the history
- links to ucrt C library like msvc does instead of legacy msvcrt C library
  • Loading branch information
lkeegan committed Jan 22, 2024
1 parent caf913c commit 23bc3bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
- uses: actions/checkout@v4
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
msystem: UCRT64
update: true
install: mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja git
install: mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-ninja git
- name: Build script
run: ./build.sh
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 23bc3bb

Please sign in to comment.