forked from mirrors/gstreamer-rs
ci: Pin typos-cli to 1.19.0
New version includes false positives https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1417#note_2358711 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1417>
This commit is contained in:
parent
c43c08804a
commit
5400979e28
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
variables:
|
||||
GST_RS_IMG_TAG: "2024-04-04.0"
|
||||
GST_RS_IMG_TAG: "2024-04-05.0"
|
||||
GST_RS_STABLE: "1.77.1"
|
||||
GST_RS_MSRV: "1.70.0"
|
||||
|
|
|
@ -28,7 +28,7 @@ if [ "$RUST_IMAGE_FULL" = "1" ]; then
|
|||
|
||||
cargo install --locked --force cargo-deny
|
||||
cargo install --locked --force cargo-outdated
|
||||
cargo install --locked --force typos-cli
|
||||
cargo install --locked --force typos-cli --version "1.19.0"
|
||||
|
||||
# Coverage tools
|
||||
rustup component add llvm-tools-preview
|
||||
|
|
Loading…
Reference in a new issue