File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- uses : actions/checkout@v2
17
+ - name : install simdjson
18
+ uses : actions/checkout@v2
17
19
with :
18
- submodules : recursive
20
+ repository : simdjson/simdjson
21
+ path : src/simdjson
19
22
- name : Configure CMake
20
23
run : |
21
24
cmake --version
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- uses : actions/checkout@v2
17
+ - name : install simdjson
18
+ uses : actions/checkout@v2
17
19
with :
18
- submodules : recursive
20
+ repository : simdjson/simdjson
21
+ path : src/simdjson
19
22
- name : Configure CMake
20
23
run : |
21
24
cmake --version
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- uses : actions/checkout@v2
17
+ - name : install simdjson
18
+ uses : actions/checkout@v2
17
19
with :
18
- submodules : recursive
20
+ repository : simdjson/simdjson
21
+ path : src/simdjson
19
22
- name : Configure CMake
20
23
run : |
21
24
cmake --version
You can’t perform that action at this time.
0 commit comments