mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
github [build]: Try using the usr system.
This commit is contained in:
parent
baaa957f62
commit
da6302bbff
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-coop.yaml
vendored
4
.github/workflows/build-coop.yaml
vendored
|
|
@ -45,9 +45,9 @@ jobs:
|
|||
- name: Install dependencies
|
||||
uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
msystem: mingw64
|
||||
msystem: usr
|
||||
update: true
|
||||
pacboy: make:p python3:p unzip:p git:p gcc:p glew:p SDL2:p
|
||||
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
|
||||
|
||||
- name: Build the game
|
||||
run: make -j$(nproc)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue