Skip to content

Commit 190046b

Browse files
committed
Another bug bites the dust
Forgot, the ci installs then links to the dir
1 parent 4a9bc45 commit 190046b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ jobs:
164164
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
165165
- name: Symlink libclang.so
166166
run: |
167+
sudo ln -s ${{ env.LLVM_PATH }}/lib/libclang.so /usr/lib/x86_64-linux-gnu/libclang-12.so
167168
sudo ls -la /usr/lib/x86_64-linux-gnu/
168-
# sudo ln -s ${{ env.LLVM_PATH }}/lib/libclang.so /usr/lib/x86_64-linux-gnu/libclang-12.so
169169
# sudo apt-get update
170170
# sudo apt install libtinfo5
171171
- name: Install uv

0 commit comments

Comments
 (0)