Skip to content

Commit

Permalink
actually link
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegenes committed Oct 4, 2023
1 parent 741f0d5 commit 4c82e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maturin-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
version: "10.0"
- name: Symlink libclang.so (Linux)
if: contains(matrix.os, 'ubuntu')
#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
Expand Down

0 comments on commit 4c82e9f

Please sign in to comment.