Skip to content

Commit

Permalink
Install proper Rust version on Windows CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee committed Jan 30, 2023
1 parent 6b463ac commit 982a604
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ before_script:

# Install Rust
- scoop install rustup gcc
- rustup install $RUST_VERSION
- rustup default $RUST_VERSION
- rustc --version
- cargo --version

Expand Down

0 comments on commit 982a604

Please sign in to comment.