mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 06:15:57 +00:00
I keep forgetting this is Powershell.
This commit is contained in:
parent
e8dfbb6a69
commit
fbdc2a7724
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`" >> $Env:GITHUB_ENV
|
||||
if: ${{ runner.os == 'Windows' }}
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user