Skip to content

Commit 2a594a5

Browse files
Submodules
1 parent 725ef3a commit 2a594a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ jobs:
66
if: github.repository_owner == 'Ruby-Network'
77
steps:
88
- name: Checkout
9-
uses: actions/checkout@v3
9+
uses: actions/checkout@v3
10+
- name: Submodule Update
11+
run: git submodule update --init --recursive
1012
- name: Setup Docker Buildx
1113
uses: docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
1214
- name: Build

0 commit comments

Comments
 (0)