mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-09 12:01:44 +00:00
fix workflow
This commit is contained in:
parent
d33631fd9e
commit
6156c6610a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -13,8 +13,8 @@ jobs:
|
|||
|
||||
- name: update libnx
|
||||
run: |
|
||||
sudo pacman -S libnx
|
||||
- name: Update repo.
|
||||
dkp-pacman -Sy --noconfirm devkitARM devkitarm-rules && dkp-pacman -Scc --noconfirm
|
||||
- name: update repo
|
||||
run: |
|
||||
git submodule update --init --recursive
|
||||
|
||||
|
|
Loading…
Reference in a new issue