Install proper Rust version on Windows CI jobs
This commit is contained in:
parent
6b463ac8c8
commit
982a604d34
@ -36,6 +36,8 @@ before_script:
|
|||||||
|
|
||||||
# Install Rust
|
# Install Rust
|
||||||
- scoop install rustup gcc
|
- scoop install rustup gcc
|
||||||
|
- rustup install $RUST_VERSION
|
||||||
|
- rustup default $RUST_VERSION
|
||||||
- rustc --version
|
- rustc --version
|
||||||
- cargo --version
|
- cargo --version
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user