mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
Try this
This commit is contained in:
parent
141353d996
commit
5bfdabfc42
5
.github/workflows/naming.yml
vendored
5
.github/workflows/naming.yml
vendored
@ -14,9 +14,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: "16"
|
version: "16"
|
||||||
|
|
||||||
- name: Symlink libclang-16.so
|
|
||||||
run: ls -la ${{ 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
|
||||||
@ -24,6 +21,6 @@ jobs:
|
|||||||
- name: Run ncc
|
- name: Run ncc
|
||||||
run: |
|
run: |
|
||||||
python3 tools/ncc/ncc.py \
|
python3 tools/ncc/ncc.py \
|
||||||
--clang-lib ${{ env.LLVM_PATH }}/lib/libclang-16.so \
|
--clang-lib ${{ env.LLVM_PATH }}/lib/libclang.so \
|
||||||
--style tools/ncc/ncc.style \
|
--style tools/ncc/ncc.style \
|
||||||
--path LEGO1
|
--path LEGO1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user