mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-25 19:11:06 +00:00
ci: force git-fetch-with-cli
Workaround so fdo redirects actually work. Fix https://gitlab.freedesktop.org/gstreamer/gst-ci/-/issues/71
This commit is contained in:
parent
1295d9fc6a
commit
20b672eae3
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ stages:
|
|||
CARGO_HOME: "${CI_PROJECT_DIR}/.cargo_home"
|
||||
before_script:
|
||||
- source ./ci/env.sh
|
||||
- mkdir .cargo && echo -e "[net]\ngit-fetch-with-cli = true" > .cargo/config
|
||||
|
||||
.debian:10-stable:
|
||||
extends: .debian:10
|
||||
|
|
Loading…
Reference in a new issue