1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-20 00:46:34 +00:00

Fix DEVKITPRO release link

This commit is contained in:
jugeeya 2020-06-29 16:08:02 -07:00 committed by GitHub
parent e665509042
commit 0540470c55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ jobs:
- name: Sync submodules
run: git submodule sync --recursive && git submodule update --init --recursive
- name: Download DEVKITPRO
run: wget https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.1/devkitpro-pacman.deb
run: wget https://github.com/devkitPro/pacman/releases/download/v1.0.1/devkitpro-pacman.deb
- name: Install DEVKITPRO
run: sudo dpkg -i devkitpro-pacman.deb
- name: Install dkp-pacman