mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-26 03:21:03 +00:00
ci: Don't run cargo update
This commit is contained in:
parent
007df43b2f
commit
0b77d0c172
1 changed files with 0 additions and 7 deletions
|
@ -63,13 +63,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 --color=always
|
||||
cargo update --color=always
|
||||
fi
|
||||
|
||||
.debian:11-base:
|
||||
extends: .debian:11
|
||||
|
|
Loading…
Reference in a new issue