Skip to content

Commit 0a03cdf

Browse files
committed
chore: init submodules in CI setup
1 parent 9e80e08 commit 0a03cdf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ runs:
99
with:
1010
node-version-file: .nvmrc
1111

12+
- name: Init submodules
13+
run: git submodule update --init --recursive
14+
shell: bash
15+
1216
- name: Restore dependencies
1317
id: yarn-cache
1418
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3

0 commit comments

Comments
 (0)