mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 16:51: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
|
||||
shell: bash
|
||||
run: |
|
||||
pylint tools --ignore=build
|
||||
black --check tools
|
||||
pylint tools --ignore=build,ncc
|
||||
black --check tools --exclude=ncc
|
||||
|
||||
2
.github/workflows/naming.yml
vendored
2
.github/workflows/naming.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user