mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-21 23:55:57 +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
|
||||
runs-on: windows-latest
|
||||
env:
|
||||
LIBCLANG_PATH: c:\llvm\bin
|
||||
LIBCLANG_PATH: c:\program files\llvm\bin
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: |
|
||||
choco install -y llvm
|
||||
choco install -qy llvm
|
||||
rustup update
|
||||
cargo check --release --all-features
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user