Skip to content

Commit

Permalink
Set up ucrt more better.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Feb 25, 2024
1 parent d8682a7 commit b1e928b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
update: true
msystem: MINGW32
msystem: UCRT64
install: >-
make
mingw-w64-ucrt-x86_64-gcc
mingw-w64-i686-lua
mingw-w64-i686-nsis
mingw-w64-ucrt-x86_64-lua
mingw-w64-ucrt-x86_64-nsis
ninja
bison
flex
Expand Down

0 comments on commit b1e928b

Please sign in to comment.