mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
(hopefully) fix workflow file
This commit is contained in:
parent
3527b6ac4d
commit
0991c73c60
1 changed files with 2 additions and 2 deletions
4
.github/workflows/builder.yml
vendored
4
.github/workflows/builder.yml
vendored
|
@ -15,8 +15,8 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Install devkitpro
|
||||
run: |
|
||||
wget https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.1/devkitpro-pacman.deb
|
||||
sudo dpkg -i devkitpro-pacman.deb
|
||||
wget https://github.com/devkitPro/pacman/releases/latest/download/devkitpro-pacman.amd64.deb
|
||||
sudo dpkg -i devkitpro-pacman.amd64.deb
|
||||
sudo dkp-pacman -S switch-dev --noconfirm
|
||||
sudo dkp-pacman -S devkitARM --noconfirm
|
||||
|
||||
|
|
Loading…
Reference in a new issue