We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd5baa commit e568832Copy full SHA for e568832
.github/workflows/build.yml
@@ -18,7 +18,9 @@ jobs:
18
with:
19
go-version: 1.18
20
- name: Install Dependences
21
- run: brew install libpcap upx
+ run: |
22
+ brew install libpcap upx
23
+ git submodule update --init --recursive --remote
24
- name: Run GoReleaser
25
uses: goreleaser/goreleaser-action@v2
26
@@ -39,8 +41,9 @@ jobs:
39
41
40
42
43
- run: sudo apt install -yy libpcap-dev upx gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
-
44
45
+ sudo apt install -yy libpcap-dev upx gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
46
47
48
49
0 commit comments