File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,16 +32,16 @@ jobs:
3232
3333 - name : install brew
3434 run : |
35- brew install llvm
35+ brew install llvm@15
3636
3737 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3838 with :
3939 submodules : recursive
4040 - name : cmake
4141 run : |
4242 rm -rf ${{ github.workspace }}/build
43- /usr/local/opt/llvm/bin/scan-build cmake -B ${{ github.workspace }}/build -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}
43+ /usr/local/opt/llvm@15 /bin/scan-build cmake -B ${{ github.workspace }}/build -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}
4444 - name : make
4545 run : |
4646 cd ${{ github.workspace }}/build
47- /usr/local/opt/llvm/bin/scan-build --exclude src/simdjson --status-bugs make -j
47+ /usr/local/opt/llvm@15 /bin/scan-build --exclude src/simdjson --status-bugs make -j
You can’t perform that action at this time.
0 commit comments