From 30b27c542e3f028f9a4cfa7c686a4ba97c011eef Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 17 Nov 2020 22:07:55 -0600 Subject: [PATCH] If removing quotes doesn't work, then I got nothing. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8cdf87b..b8b4850 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: if: ${{ runner.os == 'Linux' }} - run: | 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' }} - uses: actions-rs/toolchain@v1 with: