From 4765f28f9fa77c9b1035443540ff60b3dedede0e Mon Sep 17 00:00:00 2001 From: i3sey <86531179+i3sey@users.noreply.github.com> Date: Sun, 21 May 2023 21:21:49 +0500 Subject: [PATCH] Fixed build (#255) --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ae16ed7..b1581f5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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