Skip to content

Commit

Permalink
remove libclang path
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Aug 30, 2023
1 parent d550485 commit 209c52e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-proj-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,6 @@ jobs:
echo "LD_LIBRARY_PATH=$(pwd)/build/.pixi/env/Library/lib" >> "$GITHUB_ENV"
echo "PKG_CONFIG_PATH=$(pwd)/build/.pixi/env/Library/lib/pkgconfig" >> "$GITHUB_ENV"
- name: Set LIBCLANG_PATH
run: echo "LIBCLANG_PATH=$((gcm clang).source -replace "clang.exe")" >> $env:GITHUB_ENV

# We manually pass in a checksum because it appears to be flaky on CI, occasionally
# downloading from sourceforge via insecure http without a checksum
# We also have to force powershell to use TLS1.2
Expand Down

0 comments on commit 209c52e

Please sign in to comment.