mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-01-22 06:58:13 +00:00
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:
parent
5623fd18aa
commit
101544d3f7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue