Skip to content

Commit b5a2a0d

Browse files
committed
Fetch the submodule in CI
1 parent 8833d1f commit b5a2a0d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci-build-binary-artifacts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ jobs:
208208
steps:
209209
- name: checkout
210210
uses: actions/checkout@v3
211+
with:
212+
fetch-depth: 0
213+
submodules: recursive
211214

212215
- name: Install dependencies
213216
run: |

.github/workflows/ci-pr-validation.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,9 @@ jobs:
318318
steps:
319319
- name: checkout
320320
uses: actions/checkout@v3
321+
with:
322+
fetch-depth: 0
323+
submodules: recursive
321324

322325
- name: Build libraries
323326
run: ./pkg/mac/build-static-library.sh

0 commit comments

Comments
 (0)