We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a5881 commit 85474f5Copy full SHA for 85474f5
.github/workflows/ci.yml
@@ -29,6 +29,7 @@ jobs:
29
run: |
30
curl -fsSL -o LLVM9.exe https://releases.llvm.org/9.0.0/LLVM-9.0.0-win64.exe
31
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
33
34
- name: Install Rust toolchain
35
uses: actions-rs/toolchain@v1
0 commit comments