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
|
|
@ -41,20 +41,13 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies [UCRT]
|
||||
uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
msystem: ucrt64
|
||||
update: true
|
||||
pacboy: make:p python3:p
|
||||
|
||||
- name: Install dependencies [MINGW64]
|
||||
- name: Install dependencies
|
||||
uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
msystem: mingw64
|
||||
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
|
||||
run: make -j$(nproc)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue