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
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172

View File

@ -36,6 +36,9 @@ before_script:
- rustc --version - rustc --version
- cargo --version - cargo --version
# Install proper Rust target
- rustup target install x86_64-pc-windows-msvc
# Check on stable, beta and nightly # Check on stable, beta and nightly
.check-base: &check-base .check-base: &check-base
stage: check stage: check