mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-11 03:35:26 +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.
|
||||
- export RUSTFLAGS='--cfg feature="build"'
|
||||
- cd "${CI_PROJECT_DIR}"
|
||||
- mkdir .cargo && echo -e "[net]\ngit-fetch-with-cli = true" > .cargo/config
|
||||
cache:
|
||||
key: "gst"
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue