mirror of https://github.com/PrimeDecomp/prime.git
parent
d9d4ff91bf
commit
07f9a3186a
|
@ -7,14 +7,13 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container: devkitpro/devkitppc:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install devkitPro
|
- name: Install devkitPro
|
||||||
run: |
|
run: |
|
||||||
sudo dpkg --add-architecture i386
|
sudo dpkg --add-architecture i386
|
||||||
curl -L https://apt.devkitpro.org/devkitpro-pub.gpg | sudo apt-key add -
|
sudo apt-get update
|
||||||
sudo add-apt-repository "deb https://apt.devkitpro.org stable main"
|
sudo apt-get -y install wine32
|
||||||
sudo apt-get -y install devkitpro-pacman wine32
|
|
||||||
sudo dkp-pacman -S --noconfirm gamecube-dev
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Download compilers
|
- name: Download compilers
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue