Skip to content

Commit

Permalink
provide LLVM_SYS_170_PREFIX environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq committed Jul 16, 2024
1 parent 405e6bb commit 7da913a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:

- name: "Run clippy"
run: "cargo clippy"
env:
LLVM_SYS_170_PREFIX: "${{ env.LLVM_PATH }}"

- name: "Run tests"
run: "cargo test"
env:
LLVM_SYS_170_PREFIX: "${{ env.LLVM_PATH }}"

0 comments on commit 7da913a

Please sign in to comment.