Skip to content

Commit 7d7eb33

Browse files
committed
chore(test): update GHA
1 parent 6c41569 commit 7d7eb33

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ jobs:
99
go-version: [1.17.x]
1010
name: Build with Go ${{ matrix.go-version }}
1111
steps:
12-
- uses: actions/[email protected]
12+
- name: Checkout repository
13+
uses: actions/[email protected]
14+
15+
- name: Checkout submodules
16+
run: git submodule update --init --recursive
17+
1318
- name: Install Go
1419
uses: actions/setup-go@v2
1520
with:

0 commit comments

Comments
 (0)