mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-09-02 09:53:49 +00:00
ci: Build cargo outdated with --locked again
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1696>
This commit is contained in:
parent
e97b37e49c
commit
736afc5ac3
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@ if [ "$RUST_IMAGE_FULL" = "1" ]; then
|
|||
rustup component add rustfmt
|
||||
|
||||
cargo install --locked cargo-deny
|
||||
# Don't use --locked because time-0.3.30 does not build with 1.80 or newer
|
||||
cargo install cargo-outdated
|
||||
cargo install --locked cargo-outdated
|
||||
cargo install --locked typos-cli --version "1.19.0"
|
||||
|
||||
# Coverage tools
|
||||
|
|
Loading…
Reference in a new issue