Escape and quote.

This commit is contained in:
Nolan Darilek 2020-11-17 20:22:01 -06:00
parent e2c1bfa7c9
commit e8dfbb6a69

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" >> $GITHUB_ENV echo LIBCLANG_PATH=`"c:\program` files\llvm\bin`" >> $GITHUB_ENV
if: ${{ runner.os == 'Windows' }} if: ${{ runner.os == 'Windows' }}
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with: