mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-27 18:21:15 +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:
|
with:
|
||||||
version: "16"
|
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
|
- name: Install python libraries
|
||||||
run: |
|
run: |
|
||||||
pip install -r tools/requirements.txt
|
pip install -r tools/requirements.txt
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user