mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-25 02:18:12 +00:00
ci: Don't run cargo update
This commit is contained in:
parent
1b0ae5f75f
commit
a693ec5aae
1 changed files with 0 additions and 7 deletions
|
@ -32,13 +32,6 @@ stages:
|
|||
before_script:
|
||||
- source ./ci/env.sh
|
||||
- mkdir .cargo && echo -e "[net]\ngit-fetch-with-cli = true" > .cargo/config
|
||||
# If cargo exists assume we probably will want to update
|
||||
# the lockfile
|
||||
- |
|
||||
if command -v cargo; then
|
||||
cargo generate-lockfile
|
||||
cargo update
|
||||
fi
|
||||
|
||||
.debian:11-stable:
|
||||
extends: .debian:11
|
||||
|
|
Loading…
Reference in a new issue