Skip to content

Commit

Permalink
add submodule update 2022-10-01
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Oct 1, 2022
1 parent 7dd5baa commit e568832
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
with:
go-version: 1.18
- name: Install Dependences
run: brew install libpcap upx
run: |
brew install libpcap upx
git submodule update --init --recursive --remote
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand All @@ -39,8 +41,9 @@ jobs:
with:
go-version: 1.18
- name: Install Dependences
run: sudo apt install -yy libpcap-dev upx gcc-aarch64-linux-gnu g++-aarch64-linux-gnu

run: |
sudo apt install -yy libpcap-dev upx gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
git submodule update --init --recursive --remote
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit e568832

Please sign in to comment.