prevent "fatal: gc is already running" errors
This commit is contained in:
parent
0cb3a4fcae
commit
9e844dc5ac
3
.github/ci/build.sh
vendored
3
.github/ci/build.sh
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user