mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 12:25:56 +00:00
Tweak environment variable and try to install quietly.
This commit is contained in:
parent
55eea365c4
commit
47782166d3
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -22,11 +22,11 @@ jobs:
|
||||||
name: Build Windows
|
name: Build Windows
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
env:
|
env:
|
||||||
LIBCLANG_PATH: c:\llvm\bin
|
LIBCLANG_PATH: c:\program files\llvm\bin
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: |
|
- run: |
|
||||||
choco install -y llvm
|
choco install -qy llvm
|
||||||
rustup update
|
rustup update
|
||||||
cargo check --release --all-features
|
cargo check --release --all-features
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user