mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-09 12:01:44 +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
|
||||
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
|
||||
|
||||
- name: Building aio-switch-updater
|
||||
|
|
Loading…
Reference in a new issue