Skip to content

Commit a8e21f7

Browse files
committed
fix: include submodules in build
1 parent 9667a26 commit a8e21f7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
steps:
2525
- name: Checkout repository
2626
uses: actions/checkout@v3
27+
with:
28+
submodules: true
2729

2830
- name: Log in to the Container registry
2931
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9

0 commit comments

Comments
 (0)