Install proper Rust version on Windows CI jobs

This commit is contained in:
timvisee 2023-01-30 18:37:08 +01:00
parent 6b463ac8c8
commit 982a604d34
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172

View File

@ -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