mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 15:02:20 +00:00
Update devkitpro-pacman
This commit is contained in:
parent
2c71ad2cd9
commit
358f147db1
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -18,8 +18,9 @@ jobs:
|
||||||
|
|
||||||
- name: Download and install devkitPro
|
- name: Download and install devkitPro
|
||||||
run: |
|
run: |
|
||||||
wget -nv https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.1/devkitpro-pacman.deb
|
wget -nv https://github.com/devkitPro/pacman/releases/latest/download/devkitpro-pacman.amd64.deb
|
||||||
sudo dpkg --install devkitpro-pacman.deb
|
sudo apt-get install gdebi-core
|
||||||
|
sudo gdebi --non-interactive devkitpro-pacman.amd64.deb
|
||||||
|
|
||||||
- name: Install required packages
|
- name: Install required packages
|
||||||
run: sudo dkp-pacman --sync --sysupgrade --refresh --needed --noconfirm wii-dev ppc-libpng ppc-freetype ppc-libjpeg-turbo
|
run: sudo dkp-pacman --sync --sysupgrade --refresh --needed --noconfirm wii-dev ppc-libpng ppc-freetype ppc-libjpeg-turbo
|
||||||
|
|
Loading…
Reference in a new issue