mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-26 19:08:09 +00:00
ci: force git-fetch-with-cli
Workaround so fdo redirects actually work.
This commit is contained in:
parent
ea74d87510
commit
575d3534b1
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ stages:
|
||||||
# Cargo currently doesn't support passthrough for that scenario.
|
# Cargo currently doesn't support passthrough for that scenario.
|
||||||
- export RUSTFLAGS='--cfg feature="build"'
|
- export RUSTFLAGS='--cfg feature="build"'
|
||||||
- cd "${CI_PROJECT_DIR}"
|
- cd "${CI_PROJECT_DIR}"
|
||||||
|
- mkdir .cargo && echo -e "[net]\ngit-fetch-with-cli = true" > .cargo/config
|
||||||
cache:
|
cache:
|
||||||
key: "gst"
|
key: "gst"
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue