Skip to content

Commit 903e6a3

Browse files
authored
Update macos-scan-build.yml
test with simdjson
1 parent 29fc1d2 commit 903e6a3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/macos-scan-build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,16 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16+
- name: install simdjson
17+
uses: actions/checkout@v2
18+
with:
19+
repository: simdjson/simdjson
20+
path: src/simdjson
1621
- name: cmake
1722
run: |
1823
rm -rf ${{ github.workspace }}/build
1924
/usr/local/opt/llvm/bin/scan-build cmake -B ${{ github.workspace }}/build -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}
2025
- name: make
2126
run: |
2227
cd ${{ github.workspace }}/build
23-
/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

Comments
 (0)