Fix broken CI

This commit is contained in:
Benoist 2025-03-02 01:55:38 +01:00 committed by GitHub
commit 703c293653
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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