mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 01:21:05 +00:00
ci: Update the .cargo/config file
``` warning: `/builds/alatiera/gstreamer-rs/.cargo/config` is deprecated in favor of `config.toml` ``` Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1504>
This commit is contained in:
parent
e8797c95e7
commit
78c490ef17
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ trigger:
|
|||
FDO_DISTRIBUTION_VERSION: 'bookworm-slim'
|
||||
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-base:
|
||||
extends: .debian:12
|
||||
|
|
Loading…
Reference in a new issue