Skip to content

Commit 85474f5

Browse files
authored
Fix ci on windows (#216)
1 parent a7a5881 commit 85474f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
run: |
3030
curl -fsSL -o LLVM9.exe https://releases.llvm.org/9.0.0/LLVM-9.0.0-win64.exe
3131
7z x LLVM9.exe -y -o"C:/Program Files/LLVM"
32+
echo "LIBCLANG_PATH=C:/Program Files/LLVM/bin" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
3233
3334
- name: Install Rust toolchain
3435
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)