mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 06:15:57 +00:00
Escape and quote.
This commit is contained in:
parent
e2c1bfa7c9
commit
e8dfbb6a69
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
if: ${{ runner.os == 'Linux' }}
|
||||
- run: |
|
||||
choco install -qy llvm
|
||||
echo "LIBCLANG_PATH=c:\program files\llvm\bin" >> $GITHUB_ENV
|
||||
echo LIBCLANG_PATH=`"c:\program` files\llvm\bin`" >> $GITHUB_ENV
|
||||
if: ${{ runner.os == 'Windows' }}
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user