ci: Don't run cargo update

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1353>
This commit is contained in:
Sebastian Dröge 2023-10-09 12:07:05 +03:00
parent e5ccfdbd55
commit b78269285b

View file

@ -73,13 +73,6 @@ trigger:
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:12-stable:
extends: .debian:12