Skip to content

Commit 973caf5

Browse files
committed
Debugging ci for libclang 12
1 parent e25cc87 commit 973caf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
version: "20.1"
3232
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
3333
- name: Symlink libclang.so
34-
run: sudo ln -s ${{ env.LLVM_PATH }}/lib/libclang.so /usr/lib/x86_64-linux-gnu/libclang-20.so
34+
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
3536
- name: Install uv
3637
uses: astral-sh/setup-uv@v6
3738
with:

0 commit comments

Comments
 (0)