Skip to content

Commit 339614e

Browse files
committed
use /usr/local/opt/llvm/bin/scan-build
Change-Id: Ia10be3e1bd735de132815fa1bdd169049cfb8cb8
1 parent e3ce79a commit 339614e

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
@@ -40,8 +40,8 @@ jobs:
4040
- name: cmake
4141
run: |
4242
rm -rf ${{ github.workspace }}/build
43-
$(brew --prefix llvm@16)/bin/scan-build cmake -B ${{ github.workspace }}/build -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}
43+
/usr/local/opt/llvm/bin/scan-build cmake -B ${{ github.workspace }}/build -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}
4444
- name: make
4545
run: |
4646
cd ${{ github.workspace }}/build
47-
$(brew --prefix llvm@16)/bin/scan-build --exclude src/simdjson --status-bugs make -j
47+
/usr/local/opt/llvm/bin/scan-build --exclude src/simdjson --status-bugs make -j

0 commit comments

Comments
 (0)