Skip to content

Commit e568832

Browse files
committed
add submodule update 2022-10-01
1 parent 7dd5baa commit e568832

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
with:
1919
go-version: 1.18
2020
- name: Install Dependences
21-
run: brew install libpcap upx
21+
run: |
22+
brew install libpcap upx
23+
git submodule update --init --recursive --remote
2224
- name: Run GoReleaser
2325
uses: goreleaser/goreleaser-action@v2
2426
with:
@@ -39,8 +41,9 @@ jobs:
3941
with:
4042
go-version: 1.18
4143
- name: Install Dependences
42-
run: sudo apt install -yy libpcap-dev upx gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
43-
44+
run: |
45+
sudo apt install -yy libpcap-dev upx gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
46+
git submodule update --init --recursive --remote
4447
- name: Run GoReleaser
4548
uses: goreleaser/goreleaser-action@v2
4649
with:

0 commit comments

Comments
 (0)