mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
github [build]: Fix for Windows build.
This commit is contained in:
parent
f445e82d99
commit
7cec2816f2
1 changed files with 4 additions and 1 deletions
5
.github/workflows/build-coop.yaml
vendored
5
.github/workflows/build-coop.yaml
vendored
|
|
@ -42,12 +42,15 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies [UCRT]
|
||||||
uses: msys2/setup-msys2@v2
|
uses: msys2/setup-msys2@v2
|
||||||
with:
|
with:
|
||||||
msystem: ucrt64
|
msystem: ucrt64
|
||||||
update: true
|
update: true
|
||||||
pacboy: make:p python3:p
|
pacboy: make:p python3:p
|
||||||
|
|
||||||
|
- name: Install dependencies [MINGW64]
|
||||||
|
uses: msys2/setup-msys2@v2
|
||||||
with:
|
with:
|
||||||
msystem: mingw64
|
msystem: mingw64
|
||||||
update: true
|
update: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue