mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-09 20:11:48 +00:00
Fixed build (#255)
This commit is contained in:
parent
f62fa85543
commit
4765f28f9f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -14,6 +14,9 @@ jobs:
|
||||||
|
|
||||||
- name: update repo
|
- name: update repo
|
||||||
run: |
|
run: |
|
||||||
|
git config --global --add safe.directory /__w/aio-switch-updater/aio-switch-updater/lib/borealis
|
||||||
|
git config --global --add safe.directory /__w/aio-switch-updater/aio-switch-updater
|
||||||
|
git config --global --add safe.directory /__w/aio-switch-updater/aio-switch-updater/aiosu-rcm
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
- name: Building aio-switch-updater
|
- name: Building aio-switch-updater
|
||||||
|
|
Loading…
Reference in a new issue