aboutsummaryrefslogtreecommitdiff
path: root/.github/ci/test.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-09-14 18:04:43 +0200
committerDario Nieuwenhuis <[email protected]>2023-09-16 02:16:33 +0200
commita2a26f489b81a0ad34c5244f2acfde2ecb9951fe (patch)
treecd184e249a367161e26d84a3553e546ccfb479d0 /.github/ci/test.sh
parentf27620cc0b7a50c0ba5e93c96a6a88be252af286 (diff)
ci: set net.git-fetch-with-cli=true
Diffstat (limited to '.github/ci/test.sh')
-rwxr-xr-x.github/ci/test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/ci/test.sh b/.github/ci/test.sh
index 04f4fc7c4..af0f21c2a 100755
--- a/.github/ci/test.sh
+++ b/.github/ci/test.sh
@@ -8,6 +8,10 @@ export RUSTUP_HOME=/ci/cache/rustup
8export CARGO_HOME=/ci/cache/cargo 8export CARGO_HOME=/ci/cache/cargo
9export CARGO_TARGET_DIR=/ci/cache/target 9export CARGO_TARGET_DIR=/ci/cache/target
10 10
11# needed for "dumb HTTP" transport support
12# used when pointing stm32-metapac to a CI-built one.
13export CARGO_NET_GIT_FETCH_WITH_CLI=true
14
11hashtime restore /ci/cache/filetime.json || true 15hashtime restore /ci/cache/filetime.json || true
12hashtime save /ci/cache/filetime.json 16hashtime save /ci/cache/filetime.json
13 17