Skip to content

Commit dcb7a84

Browse files
committed
use scan-build-18
Change-Id: Ic17f7e26da0318a308d79bbea8022f744a7e362f
1 parent 95ae120 commit dcb7a84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
run: |
2929
cmake --version
3030
rm -rf ${{ github.workspace }}/build
31-
scan-build cmake -B ${{ github.workspace }}/build
31+
scan-build-18 cmake -B ${{ github.workspace }}/build
3232
- name: Scan build
3333
run: |
3434
cd ${{ github.workspace }}/build
35-
scan-build --exclude src/simdjson --status-bugs make -j
35+
scan-build-18 --exclude src/simdjson --status-bugs make -j

0 commit comments

Comments
 (0)