mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 11:30:59 +00:00
ci: Update the .cargo/config file
``` warning: `/builds/alatiera/gst-plugins-rs/.cargo/config` is deprecated in favor of `config.toml` ``` Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1736>
This commit is contained in:
parent
b4f22a52ff
commit
b9fcb99cd4
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ trigger:
|
|||
- rm -rf target
|
||||
before_script:
|
||||
- source ./ci/env.sh
|
||||
- mkdir .cargo && echo -e "[net]\ngit-fetch-with-cli = true" > .cargo/config
|
||||
- mkdir .cargo && echo -e "[net]\ngit-fetch-with-cli = true" > .cargo/config.toml
|
||||
|
||||
.debian:12-stable:
|
||||
extends: .debian:12
|
||||
|
|
Loading…
Reference in a new issue