ci: Don't run cargo update

This commit is contained in:
Sebastian Dröge 2022-01-15 21:39:28 +02:00
parent 1b0ae5f75f
commit a693ec5aae

View file

@ -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