Skip to content

Commit e2be0f7

Browse files
committed
use default scan-build
Change-Id: I314f59a37121e2bb0fc831e55db6696697c5608d
1 parent a385407 commit e2be0f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos-scan-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: cmake
3737
run: |
3838
rm -rf ${{ github.workspace }}/build
39-
$(brew --prefix llvm@16)/bin/scan-build cmake -B ${{ github.workspace }}/build -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}
39+
scan-build cmake -B ${{ github.workspace }}/build -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}
4040
- name: make
4141
run: |
4242
cd ${{ github.workspace }}/build
43-
$(brew --prefix llvm@16)/bin/scan-build --exclude src/simdjson --status-bugs make -j
43+
scan-build --exclude src/simdjson --status-bugs make -j

0 commit comments

Comments
 (0)