Skip to content

Commit 0fd2b2c

Browse files
committed
fix simdjson location for clang scan
Change-Id: I63164c4332db3caeb306f343062ce1041460bbf4
1 parent fe59b81 commit 0fd2b2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-clang-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- name: Scan build
2828
run: |
2929
cd ${{ github.workspace }}/build
30-
scan-build --exclude simdjson --status-bugs make -j
30+
scan-build --exclude src/simdjson --status-bugs make -j

.github/workflows/clang_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
- name: scan-build
3939
run: |
4040
cd ${{ github.workspace }}/build
41-
scan-build --status-bugs make -j
41+
scan-build --exclude src/simdjson --status-bugs make -j

0 commit comments

Comments
 (0)