Skip to content

Commit 6ccafdf

Browse files
committed
ci: checkout with submodules for third-parties
1 parent 8fbe4dc commit 6ccafdf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
- uses: actions/checkout@v4
8383
with:
8484
ref: ${{ needs.release.outputs.tag }}
85+
submodules: recursive
8586

8687
- name: Install Linux dependencies
8788
if: runner.os == 'Linux'
@@ -147,6 +148,7 @@ jobs:
147148
- uses: actions/checkout@v4
148149
with:
149150
ref: ${{ github.event.inputs.tag || github.ref }}
151+
submodules: recursive
150152

151153
- name: Install Linux dependencies
152154
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)