Skip to content

Commit ae38be3

Browse files
committed
Checkout submodules
1 parent a20e989 commit ae38be3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build-linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
steps:
2828
- name: Checkout
2929
uses: actions/[email protected]
30+
with:
31+
submodules: 'recursive'
32+
fetch-depth: '0'
3033

3134
- name: Setup
3235
uses: actions/[email protected]

.github/workflows/build-osx.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
steps:
2828
- name: Checkout
2929
uses: actions/[email protected]
30+
with:
31+
submodules: 'recursive'
32+
fetch-depth: '0'
3033

3134
- name: Setup
3235
uses: actions/[email protected]

0 commit comments

Comments
 (0)