This commit is contained in:
Christian Semmler 2023-12-11 13:14:22 -05:00
parent 141353d996
commit 5bfdabfc42

View File

@ -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