If removing quotes doesn't work, then I got nothing.

This commit is contained in:
Nolan Darilek 2020-11-17 22:07:55 -06:00
parent fbdc2a7724
commit 30b27c542e

View File

@ -18,7 +18,7 @@ jobs:
if: ${{ runner.os == 'Linux' }} if: ${{ runner.os == 'Linux' }}
- run: | - run: |
choco install -qy llvm choco install -qy llvm
echo LIBCLANG_PATH=`"c:\program` files\llvm\bin`" >> $Env:GITHUB_ENV echo LIBCLANG_PATH=c:\program` files\llvm\bin >> $Env:GITHUB_ENV
if: ${{ runner.os == 'Windows' }} if: ${{ runner.os == 'Windows' }}
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with: