We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fc1d2 commit 903e6a3Copy full SHA for 903e6a3
.github/workflows/macos-scan-build.yml
@@ -13,11 +13,16 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v2
16
+ - name: install simdjson
17
+ uses: actions/checkout@v2
18
+ with:
19
+ repository: simdjson/simdjson
20
+ path: src/simdjson
21
- name: cmake
22
run: |
23
rm -rf ${{ github.workspace }}/build
24
/usr/local/opt/llvm/bin/scan-build cmake -B ${{ github.workspace }}/build -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}
25
- name: make
26
27
cd ${{ github.workspace }}/build
- /usr/local/opt/llvm/bin/scan-build --exclude src/simdjson --status-bugs make -j
28
+ /usr/local/opt/llvm/bin/scan-build --exclude src/simdjson --status-bugs make -j
0 commit comments