mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-12-01 05:42:02 +00:00
fix workflow
This commit is contained in:
parent
f45345a2fb
commit
cea5797245
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -11,9 +11,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: update libnx
|
#- name: update libnx
|
||||||
run: |
|
#run: |
|
||||||
dkp-pacman -Syu --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