Skip to content

Commit

Permalink
Fix ci on windows (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Speedy37 authored Dec 21, 2020
1 parent a7a5881 commit 85474f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: |
curl -fsSL -o LLVM9.exe https://releases.llvm.org/9.0.0/LLVM-9.0.0-win64.exe
7z x LLVM9.exe -y -o"C:/Program Files/LLVM"
echo "LIBCLANG_PATH=C:/Program Files/LLVM/bin" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 85474f5

Please sign in to comment.