We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ce79a commit 339614eCopy full SHA for 339614e
.github/workflows/macos-scan-build.yml
@@ -40,8 +40,8 @@ jobs:
40
- name: cmake
41
run: |
42
rm -rf ${{ github.workspace }}/build
43
- $(brew --prefix llvm@16)/bin/scan-build cmake -B ${{ github.workspace }}/build -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}
+ /usr/local/opt/llvm/bin/scan-build cmake -B ${{ github.workspace }}/build -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}
44
- name: make
45
46
cd ${{ github.workspace }}/build
47
- $(brew --prefix llvm@16)/bin/scan-build --exclude src/simdjson --status-bugs make -j
+ /usr/local/opt/llvm/bin/scan-build --exclude src/simdjson --status-bugs make -j
0 commit comments