mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
github [build]: Try this for Windows builds.
This commit is contained in:
parent
4bbc34f0b2
commit
f445e82d99
1 changed files with 5 additions and 1 deletions
6
.github/workflows/build-coop.yaml
vendored
6
.github/workflows/build-coop.yaml
vendored
|
|
@ -47,7 +47,11 @@ jobs:
|
|||
with:
|
||||
msystem: ucrt64
|
||||
update: true
|
||||
pacboy: unzip:p make:p git:p mingw-w64-x86_64-gcc:p mingw-w64-x86_64-glew:p mingw-w64-x86_64-SDL2:p python3:p
|
||||
pacboy: make:p python3:p
|
||||
with:
|
||||
msystem: mingw64
|
||||
update: true
|
||||
pacboy: unzip:p git:p gcc:p glew:p SDL2:p
|
||||
|
||||
- name: Build the game
|
||||
run: make -j$(nproc)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue