Skip to content

Commit 75fc2ee

Browse files
authored
Merge pull request #420 from opcm/opcm-simdjson-macos-build
Update macosx_build.yml
2 parents 903e6a3 + cdbcdf5 commit 75fc2ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/macosx_build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ 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

0 commit comments

Comments
 (0)