mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
github [build]: Move it to run instead.
This commit is contained in:
parent
1f66c94cf1
commit
808c91776d
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build-coop.yaml
vendored
6
.github/workflows/build-coop.yaml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
runs-on: windows-latest
|
||||
defaults:
|
||||
run:
|
||||
shell: set MSYSTEM=MINGW64 msys2 {0}
|
||||
shell: msys2 {0}
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -50,7 +50,9 @@ jobs:
|
|||
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)
|
||||
run: |
|
||||
set MSYSTEM=MINGW64
|
||||
make -j$(nproc)
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue