Fix broken CI
This commit is contained in:
commit
703c293653
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user