prevent "fatal: gc is already running" errors

This commit is contained in:
Dario Nieuwenhuis 2024-02-01 18:07:10 +01:00
parent 0cb3a4fcae
commit 9e844dc5ac

3
.github/ci/build.sh vendored
View File

@ -4,6 +4,9 @@
set -euxo pipefail
# prevent "fatal: gc is already running" errors
git config --global gc.autoDetach false
export RUSTUP_HOME=/ci/cache/rustup
export CARGO_HOME=/ci/cache/cargo
export CARGO_TARGET_DIR=/ci/cache/target