mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 17:41:05 +00:00
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
1518a08fe5
commit
7bba274f10
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
variables:
|
||||
GST_RS_IMG_TAG: "2024-03-29.0-0.22"
|
||||
GST_RS_IMG_TAG: "2024-04-05.0-0.22"
|
||||
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