Skip to content

Commit af09ec5

Browse files
committed
revert back to separate simdjson checkout for older OS images
Change-Id: I3fcee2059a8486e092308e4d53ca398b165dbeae
1 parent 4d6d8d7 commit af09ec5

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/workflows/ci-gcc48.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17+
- name: install simdjson
18+
uses: actions/checkout@v2
1719
with:
18-
submodules: recursive
20+
repository: simdjson/simdjson
21+
path: src/simdjson
1922
- name: Configure CMake
2023
run: |
2124
cmake --version

.github/workflows/ci-gcc5.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17+
- name: install simdjson
18+
uses: actions/checkout@v2
1719
with:
18-
submodules: recursive
20+
repository: simdjson/simdjson
21+
path: src/simdjson
1922
- name: Configure CMake
2023
run: |
2124
cmake --version

.github/workflows/ci-gcc7.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17+
- name: install simdjson
18+
uses: actions/checkout@v2
1719
with:
18-
submodules: recursive
20+
repository: simdjson/simdjson
21+
path: src/simdjson
1922
- name: Configure CMake
2023
run: |
2124
cmake --version

0 commit comments

Comments
 (0)