Skip to content

Commit

Permalink
build with proper mingw not github's confusing version
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawSumma committed May 13, 2024
1 parent a6258bf commit 3cc7184
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- name: Set up MinGW
uses: egor-tensin/setup-mingw@v2
with:
platform: x64
- run: make -Bj EXE=.exe CC='gcc' OPT='-Os -flto' OS=WINDOWS GCCJIT=NO
- uses: actions/upload-artifact@v4
with:
Expand Down
1 change: 1 addition & 0 deletions vendor/llvm-box
Submodule llvm-box added at ee28d2

0 comments on commit 3cc7184

Please sign in to comment.