[.github/workflows] Fix 3DS CI

This commit is contained in:
Quentin
2020-07-01 21:37:06 +02:00
committed by GitHub
parent 6c6da43047
commit 101e4477f3

View File

@@ -5,7 +5,7 @@ jobs:
nintendo_3ds:
runs-on: ubuntu-latest
steps:
- run: wget https://github.com/devkitPro/pacman/releases/download/v1.0.2/devkitpro-pacman_1.0.2.amd64.deb -O /tmp/devkitpro-pacman.deb
- run: wget https://github.com/devkitPro/pacman/releases/download/v1.0.2/devkitpro-pacman.amd64.deb -O /tmp/devkitpro-pacman.deb
- run: yes | sudo dpkg -i /tmp/devkitpro-pacman.deb
- run: yes | sudo dkp-pacman -Syu --needed devkitARM 3dstools libctru
- run: echo ::set-env name=DEVKITPRO::/opt/devkitpro