mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-08 17:35:57 +00:00
Can we build this on Rust nightly?
This commit is contained in:
parent
2bb87b6312
commit
f88f26cd1e
|
@ -24,7 +24,7 @@ build windows:
|
|||
script:
|
||||
- choco install -y llvm
|
||||
- wget https://win.rustup.rs/x86_64 -O rustup-init.exe
|
||||
- .\rustup-init.exe -y --default-host=x86_64-pc-windows-msvc
|
||||
- .\rustup-init.exe -y --default-host=x86_64-pc-windows-msvc --default-toolchain nightly
|
||||
- $env:PATH+=";$env:USERPROFILE\.cargo\bin"
|
||||
- refreshenv
|
||||
- cargo build --release --target x86_64-pc-windows-msvc
|
||||
|
|
Loading…
Reference in New Issue
Block a user