Skip to content

Commit e664f83

Browse files
ci: Add submodules recursive in checkout step
Signed-off-by: Patrick José Pereira <[email protected]>
1 parent 0d0ee40 commit e664f83

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v4
36+
with:
37+
submodules: recursive
3638

3739
- name: Set directory to safe for git
3840
if: ${{ !contains(matrix.TARGET, 'windows') }}

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
3434
- name: Checkout
3535
uses: actions/checkout@v4
36+
with:
37+
submodules: recursive
3638

3739
- name: Install build dependencies - Set up Node.js
3840
uses: actions/setup-node@v4

.github/workflows/test_webrtc_leak.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
3737
- name: Checkout
3838
uses: actions/checkout@v4
39+
with:
40+
submodules: recursive
3941

4042
- name: Install build dependencies - Set up Node.js
4143
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)