This commit is contained in:
Christian Semmler 2023-12-11 13:03:56 -05:00
parent 48e1807fb9
commit f02af86ba6
2 changed files with 3 additions and 3 deletions

View File

@ -36,5 +36,5 @@ jobs:
- name: Run pylint and black
shell: bash
run: |
pylint tools --ignore=build
black --check tools
pylint tools --ignore=build,ncc
black --check tools --exclude=ncc

View File

@ -15,7 +15,7 @@ jobs:
version: "16"
- name: Symlink libclang-16.so
run: sudo ln -s libclang-16.so.1 /lib/x86_64-linux-gnu/libclang-16.so
run: sudo ln -s libclang-16.so.1 /usr/lib/x86_64-linux-gnu/libclang-16.so
working-directory: ${{ env.LLVM_PATH }}/lib
- name: Install python libraries