Install missing Rust target on Windows CI
This commit is contained in:
parent
1f6665a90f
commit
dca2f8eb5c
@ -36,6 +36,9 @@ before_script:
|
||||
- rustc --version
|
||||
- cargo --version
|
||||
|
||||
# Install proper Rust target
|
||||
- rustup target install x86_64-pc-windows-msvc
|
||||
|
||||
# Check on stable, beta and nightly
|
||||
.check-base: &check-base
|
||||
stage: check
|
||||
|
Loading…
x
Reference in New Issue
Block a user