Skip to content

Commit 4a9bc45

Browse files
committed
another try at debugging clang 12
1 parent 0228da3 commit 4a9bc45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,10 @@ jobs:
164164
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
165165
- name: Symlink libclang.so
166166
run: |
167-
sudo find /usr/lib/x86_64-linux-gnu/ -iname *liblcang*
168-
sudo ln -s ${{ env.LLVM_PATH }}/lib/libclang.so /usr/lib/x86_64-linux-gnu/libclang-12.so
169-
sudo apt-get update
170-
sudo apt install libtinfo5
167+
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
169+
# sudo apt-get update
170+
# sudo apt install libtinfo5
171171
- name: Install uv
172172
uses: astral-sh/setup-uv@v6
173173
with:

0 commit comments

Comments
 (0)