Install missing Rust target on Windows CI

This commit is contained in:
timvisee
2022-02-07 17:33:20 +01:00
parent 1f6665a90f
commit dca2f8eb5c

View File

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