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
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:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: update libnx
|
||||
run: |
|
||||
dkp-pacman -Syu --noconfirm
|
||||
#- name: update libnx
|
||||
#run: |
|
||||
#dkp-pacman -Syu --noconfirm
|
||||
- name: update repo
|
||||
run: |
|
||||
git submodule update --init --recursive
|
||||
|
|
Loading…
Reference in a new issue