Skip to content

Commit

Permalink
Only use the ucrt version of gcc, not lua and nsis.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Feb 25, 2024
1 parent b354de1 commit d8682a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
install: >-
make
mingw-w64-ucrt-x86_64-gcc
mingw-w64-ucrt-x86_64-lua
mingw-w64-ucrt-x86_64-nsis
mingw-w64-i686-lua
mingw-w64-i686-nsis
ninja
bison
flex
Expand Down

0 comments on commit d8682a7

Please sign in to comment.