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:
parent
e665509042
commit
0540470c55
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue