Skip to content

Commit

Permalink
Use llvm path explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
vcfxb committed Mar 16, 2024
1 parent 5a03d1e commit 811058e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cargo-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ jobs:
- name: Check rust code
run: cargo check
working-directory: ${{env.working-directory}}
with:
LLVM_SYS_170_PREFIX: ${{ env.LLVM_PATH }}

0 comments on commit 811058e

Please sign in to comment.