ci: Don't run cargo update

This commit is contained in:
Sebastian Dröge 2022-01-15 21:38:56 +02:00
parent 7331dbc440
commit ccd53dc17f

View file

@ -75,13 +75,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