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
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies
|
||||
- name: Install dependencies [UCRT]
|
||||
uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
msystem: ucrt64
|
||||
update: true
|
||||
pacboy: make:p python3:p
|
||||
|
||||
- name: Install dependencies [MINGW64]
|
||||
uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
msystem: mingw64
|
||||
update: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue