mirror of
https://github.com/timvisee/lazymc.git
synced 2025-05-19 12:50:23 -07:00
Install missing Rust target on Windows CI
This commit is contained in:
parent
1f6665a90f
commit
dca2f8eb5c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user