Skip to content

Commit

Permalink
Build with ucrt instead of msvcrt.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Feb 25, 2024
1 parent 96e2643 commit ac0fc46
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 @@ -34,9 +34,9 @@ jobs:
msystem: MINGW32
install: >-
make
mingw-w64-i686-gcc
mingw-w64-i686-lua
mingw-w64-i686-nsis
mingw-w64-ucrt-x86_64-gcc
mingw-w64-ucrt-x86_64-lua
mingw-w64-ucrt-x86_64-nsis
ninja
bison
flex
Expand Down

0 comments on commit ac0fc46

Please sign in to comment.