Skip to content

Commit ca6c4cc

Browse files
committed
ofc submodule is required
1 parent 996dbe1 commit ca6c4cc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/dev.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
steps:
2323
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2424
- uses: actions/checkout@v4
25+
with:
26+
submodules: "true"
2527

2628
- uses: actions/setup-node@v4
2729
with:

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
steps:
2323
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2424
- uses: actions/checkout@v4
25+
with:
26+
submodules: "true"
2527

2628
- uses: actions/setup-node@v4
2729
with:

0 commit comments

Comments
 (0)