From 06ceb89957e62e47d975336426ed30af73924235 Mon Sep 17 00:00:00 2001 From: Benoist <14257866+Kenzzer@users.noreply.github.com> Date: Sun, 2 Mar 2025 01:48:41 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9367182..b525830 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,6 +84,7 @@ jobs: git clone "$1" --depth 1 --branch "$2" "$3" fi cd "$3" + git submodule deinit --all --force git remote set-url origin "$1" git fetch --depth 1 origin "$2" git checkout --force --recurse-submodules FETCH_HEAD