Skip to content

Commit c1e116a

Browse files
committed
fix(ci): Clone submodules.
1 parent 6e10ec1 commit c1e116a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
path: ~/.esy/source
2323
key: source-${{ hashFiles('**/index.json') }}
2424

25+
- name: Clone submodules
26+
run: git submodule update --init
27+
2528
- name: Install
2629
run: esy install
2730

0 commit comments

Comments
 (0)