mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 05:55:57 +00:00
Quiet LLVM installation on release.
This commit is contained in:
parent
a0cc984fa1
commit
3ff48e2601
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: Swatinem/rust-cache@v1
|
- uses: Swatinem/rust-cache@v1
|
||||||
- run: |
|
- run: |
|
||||||
choco install -y llvm
|
choco install -qy llvm
|
||||||
rustup update
|
rustup update
|
||||||
cargo build --all-features --release
|
cargo build --all-features --release
|
||||||
move target windows
|
move target windows
|
||||||
|
|
Loading…
Reference in New Issue
Block a user