ci: Use devkitppc docker image

This commit is contained in:
Luke Street 2022-04-08 17:40:25 -04:00
parent 240b0a05e7
commit 85b7941e1f
1 changed files with 3 additions and 4 deletions

View File

@ -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: |