Skip to content

Commit

Permalink
x 2023-12-03
Browse files Browse the repository at this point in the history
  • Loading branch information
hktalent committed Dec 2, 2023
1 parent 63e48b4 commit 41640d9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Install Dependences
run: |
brew install libpcap
go mod vendor
# git submodule update --init --recursive --remote
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down Expand Up @@ -51,6 +52,7 @@ jobs:
- name: Install Dependences
run: |
sudo apt install -yy libpcap-dev
go mod vendor
env:
GOENABLE: 1
# CGO_LDFLAGS: "-Wl,-static -L/usr/lib/x86_64-linux-gnu/libpcap.a -lpcap -Wl,-Bdynamic"
Expand Down Expand Up @@ -78,6 +80,11 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.21.4
- name: Install Dependences
run: |
go mod vendor
env:
GOENABLE: 1
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 41640d9

Please sign in to comment.