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
6156c6610a
commit
f45345a2fb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
|
|
||||||
- name: update libnx
|
- name: update libnx
|
||||||
run: |
|
run: |
|
||||||
dkp-pacman -Sy --noconfirm devkitARM devkitarm-rules && dkp-pacman -Scc --noconfirm
|
dkp-pacman -Syu --noconfirm
|
||||||
- name: update repo
|
- name: update repo
|
||||||
run: |
|
run: |
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
Loading…
Reference in a new issue