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