Skip to content

Commit 2888bc3

Browse files
committed
Revert "use default scan-build"
This reverts commit e2be0f7.
1 parent e2be0f7 commit 2888bc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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-
scan-build cmake -B ${{ github.workspace }}/build -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}
39+
$(brew --prefix llvm@16)/bin/scan-build cmake -B ${{ github.workspace }}/build -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}
4040
- name: make
4141
run: |
4242
cd ${{ github.workspace }}/build
43-
scan-build --exclude src/simdjson --status-bugs make -j
43+
$(brew --prefix llvm@16)/bin/scan-build --exclude src/simdjson --status-bugs make -j

0 commit comments

Comments
 (0)