I keep forgetting this is Powershell.

This commit is contained in:
Nolan Darilek 2020-11-17 21:56:19 -06:00
parent e8dfbb6a69
commit fbdc2a7724

View File

@ -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: