mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-08 21:55:51 +00:00
ci: mkdir WINEPREFIX
Former-commit-id: aa2f3dc6b4b5fb6d2e9a3d83fa9b60dd83052512
This commit is contained in:
parent
e1b9386ca7
commit
66eddeccc6
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -16,11 +16,12 @@ jobs:
|
||||
sudo dpkg --add-architecture i386
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install wine32
|
||||
mkdir -p "$WINEPREFIX"
|
||||
- uses: actions/checkout@v3
|
||||
- name: Download compilers
|
||||
run: |
|
||||
curl -L https://cdn.discordapp.com/attachments/727918646525165659/917185027656286218/GC_WII_COMPILERS.zip \
|
||||
| bsdtar -xvf- -C tools --exclude Wii
|
||||
mv tools/GC tools/mwcc_compiler
|
||||
mv tools/{GC,mwcc_compiler}
|
||||
- name: make
|
||||
run: make -j
|
||||
|
Loading…
x
Reference in New Issue
Block a user