Skip to content

Commit 27f592f

Browse files
committed
fixup: pull submodule in ci
Signed-off-by: Todd Baert <[email protected]>
1 parent 9830a75 commit 27f592f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/linux-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323
with:
2424
fetch-depth: 0
25+
submodules: recursive
2526

2627
- name: Install dependencies
2728
run: dotnet restore

.github/workflows/windows-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323
with:
2424
fetch-depth: 0
25+
submodules: recursive
2526

2627
- name: Install dependencies
2728
run: dotnet restore

0 commit comments

Comments
 (0)