We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25cc87 commit 973caf5Copy full SHA for 973caf5
.github/workflows/ci.yml
@@ -31,7 +31,8 @@ jobs:
31
version: "20.1"
32
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
33
- name: Symlink libclang.so
34
- run: sudo ln -s ${{ env.LLVM_PATH }}/lib/libclang.so /usr/lib/x86_64-linux-gnu/libclang-20.so
+ run: find /usr/lib/x86_64-linux-gnu/libclang-20.so -iname *liblcang*
35
+# run: sudo ln -s ${{ env.LLVM_PATH }}/lib/libclang.so /usr/lib/x86_64-linux-gnu/libclang-20.so
36
- name: Install uv
37
uses: astral-sh/setup-uv@v6
38
with:
0 commit comments