mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 02:31:15 +00:00
fix wrong folder
This commit is contained in:
parent
dd07d05a50
commit
66312d43ff
4
.github/workflows/naming.yml
vendored
4
.github/workflows/naming.yml
vendored
@ -21,8 +21,8 @@ jobs:
|
||||
|
||||
- name: Run ncc
|
||||
run: |
|
||||
action_headers=$(find LEGO1/lego/legoomni/include -name '*.h' \
|
||||
-print0 | xargs -0 echo)
|
||||
action_headers=$(find LEGO1/lego/legoomni/include/actions \
|
||||
-name '*.h' -print0 | xargs -0 echo)
|
||||
|
||||
python3 tools/ncc/ncc.py \
|
||||
--clang-lib ${{ env.LLVM_PATH }}/lib/libclang.so \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user