ci: Fix rust version check in the windows build

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1506>
This commit is contained in:
Jordan Petridis 2024-08-16 20:08:04 +03:00 committed by Backport Bot
parent 5623fd18aa
commit 101544d3f7

View file

@ -4,7 +4,7 @@ rustup --version
rustc --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
} else {
cargo install --locked cargo-c --version 0.10.3+cargo-0.81