Skip to content

Commit cdfe1e6

Browse files
committed
Update ci.yml to checkout submodules
1 parent f3ef01b commit cdfe1e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939
with:
4040
fetch-depth: 0
41+
submodules: recursive
4142
- uses: actions/cache/restore@v4
4243
with:
4344
path: pixi.lock
@@ -64,6 +65,7 @@ jobs:
6465
- uses: actions/checkout@v4
6566
with:
6667
fetch-depth: 0
68+
submodules: recursive
6769
- uses: actions/cache/restore@v4
6870
with:
6971
path: pixi.lock

0 commit comments

Comments
 (0)