Skip to content

Commit

Permalink
try linking
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegenes committed Oct 4, 2023
1 parent c189d2f commit 741f0d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maturin-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
uses: KyleMayes/install-llvm-action@v1
with:
version: "10.0"
- name: Symlink libclang.so (Linux)
if: contains(matrix.os, 'ubuntu')
run: sudo ln -s libclang-11.so.1 /lib/x86_64-linux-gnu/libclang.so
working-directory: ${{ env.LLVM_PATH }}/lib
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand Down

0 comments on commit 741f0d5

Please sign in to comment.