Add symlink

This commit is contained in:
Christian Semmler 2023-12-11 12:56:23 -05:00
parent cc842f281b
commit 48e1807fb9

View File

@ -14,6 +14,10 @@ jobs:
with:
version: "16"
- name: Symlink libclang-16.so
run: sudo ln -s libclang-16.so.1 /lib/x86_64-linux-gnu/libclang-16.so
working-directory: ${{ env.LLVM_PATH }}/lib
- name: Install python libraries
run: |
pip install -r tools/requirements.txt