mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-06-08 00:19:02 +00:00
ci: Fix rust version check in the windows build
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1499>
This commit is contained in:
parent
b829c41cdc
commit
c7694a4a91
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ rustup --version
|
||||||
rustc --version
|
rustc --version
|
||||||
cargo --version
|
cargo --version
|
||||||
|
|
||||||
if ("$RUST_VERSION" -eq "1.71.1") {
|
if ("$env:RUST_VERSION" -eq "1.71.1") {
|
||||||
cargo install --locked cargo-c --version 0.9.26+cargo-0.74
|
cargo install --locked cargo-c --version 0.9.26+cargo-0.74
|
||||||
} else {
|
} else {
|
||||||
cargo install --locked cargo-c --version 0.10.3+cargo-0.81
|
cargo install --locked cargo-c --version 0.10.3+cargo-0.81
|
||||||
|
|
Loading…
Reference in a new issue