Skip to content

Commit 1c5d5c0

Browse files
committed
chore: Specify libclang path in GitHub action
Suggested as a fix in this issue: rust-lang/rust-bindgen#1797
1 parent ece3a7f commit 1c5d5c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
version: "10.0"
3434
directory: ${{ runner.temp }}/llvm
3535
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
36+
- name: Set LIBCLANG_PATH
37+
run: echo "LIBCLANG_PATH=$((gcm clang).source -replace "clang.exe")" >> $env:GITHUB_ENV
3638
- name: Run cargo build
3739
uses: actions-rs/cargo@v1
3840
with:

0 commit comments

Comments
 (0)