Skip to content

Commit bdb612b

Browse files
Merge pull request #35 from axoflow/ci-fix
Fix image build CI
2 parents a9ff062 + f6d8ac4 commit bdb612b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/prod-image.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
steps:
2828
- name: Checkout
2929
uses: "actions/checkout@v4"
30+
with:
31+
submodules: 'recursive'
3032

3133
### Preparation: Auth, setup ###
3234

0 commit comments

Comments
 (0)