mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-09 13:41:45 +00:00
Try no.4
This commit is contained in:
parent
f09a098c77
commit
40cb293db3
1 changed files with 2 additions and 1 deletions
3
.github/workflows/builder.yml
vendored
3
.github/workflows/builder.yml
vendored
|
@ -17,7 +17,8 @@ jobs:
|
|||
run: |
|
||||
wget https://github.com/devkitPro/pacman/releases/download/devkitpro-pacman-1.0.1/devkitpro-pacman.deb
|
||||
sudo dpkg -i devkitpro-pacman.deb
|
||||
sudo dkp-pacman -S $(dkp-pacman -Ssq switch-*) --noconfirm
|
||||
sudo dkp-pacman -S switch-dev --noconfirm
|
||||
sudo dkp-pacman -S devkitARM --noconfirm
|
||||
|
||||
- name: Build TegraExplorer
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue