mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
Add symlink
This commit is contained in:
parent
cc842f281b
commit
48e1807fb9
4
.github/workflows/naming.yml
vendored
4
.github/workflows/naming.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user