mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-27 10:11:15 +00:00
Fixes
This commit is contained in:
parent
48e1807fb9
commit
f02af86ba6
4
.github/workflows/format.yml
vendored
4
.github/workflows/format.yml
vendored
@ -36,5 +36,5 @@ jobs:
|
|||||||
- name: Run pylint and black
|
- name: Run pylint and black
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
pylint tools --ignore=build
|
pylint tools --ignore=build,ncc
|
||||||
black --check tools
|
black --check tools --exclude=ncc
|
||||||
|
|||||||
2
.github/workflows/naming.yml
vendored
2
.github/workflows/naming.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
version: "16"
|
version: "16"
|
||||||
|
|
||||||
- name: Symlink libclang-16.so
|
- 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
|
working-directory: ${{ env.LLVM_PATH }}/lib
|
||||||
|
|
||||||
- name: Install python libraries
|
- name: Install python libraries
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user