mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
github [build]: Scrap UCRT.
This commit is contained in:
parent
7cec2816f2
commit
baaa957f62
1 changed files with 2 additions and 9 deletions
11
.github/workflows/build-coop.yaml
vendored
11
.github/workflows/build-coop.yaml
vendored
|
|
@ -42,19 +42,12 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install dependencies [UCRT]
|
- name: Install dependencies
|
||||||
uses: msys2/setup-msys2@v2
|
|
||||||
with:
|
|
||||||
msystem: ucrt64
|
|
||||||
update: true
|
|
||||||
pacboy: make:p python3:p
|
|
||||||
|
|
||||||
- name: Install dependencies [MINGW64]
|
|
||||||
uses: msys2/setup-msys2@v2
|
uses: msys2/setup-msys2@v2
|
||||||
with:
|
with:
|
||||||
msystem: mingw64
|
msystem: mingw64
|
||||||
update: true
|
update: true
|
||||||
pacboy: unzip:p git:p gcc:p glew:p SDL2:p
|
pacboy: make:p python3:p unzip:p git:p gcc:p glew:p SDL2:p
|
||||||
|
|
||||||
- name: Build the game
|
- name: Build the game
|
||||||
run: make -j$(nproc)
|
run: make -j$(nproc)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue