mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-08 16:15:57 +00:00
Update path under Linux to include rustc/cargo.
This commit is contained in:
parent
6dd4e28444
commit
e6dca3dc89
|
@ -7,6 +7,7 @@ install:
|
|||
- cmd: rustup-init -y --default-toolchain stable --default-host x86_64-pc-windows-msvc
|
||||
- sh: curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable --default-host x86_64-unknown-linux-gnu
|
||||
- cmd: set PATH=%PATH%;%USERPROFILE%\.cargo\bin
|
||||
- sh: source $HOME/.cargo/env
|
||||
- rustc -vV
|
||||
- cargo -vV
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user