Skip to content

Commit

Permalink
Remove LIBCLANG_PATH from CI (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMayes authored Nov 5, 2021
1 parent 1654648 commit 609d1c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ jobs:
args: --verbose --features ${{ matrix.clang[1] }} -- --nocapture
- name: Cargo Test (Runtime)
uses: actions-rs/cargo@v1
env:
# Needed to not find MinGW when loading at runtime
LIBCLANG_PATH: ${{ runner.temp }}/llvm-${{ matrix.clang[0] }}/lib
with:
command: test
args: --verbose --features "${{ matrix.clang[1] }} runtime" -- --nocapture

0 comments on commit 609d1c1

Please sign in to comment.