Skip to content

Commit

Permalink
Merge pull request #5 from mozillazg/fix-release
Browse files Browse the repository at this point in the history
fix release workflow
  • Loading branch information
jschwinger233 authored Jan 11, 2025
2 parents 751cec0 + fede274 commit 15e359b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ jobs:
env:
GOPATH: ${{ env.HOME }}

- name: Set up deps
run: |
sudo apt-get install -y gcc flex bison make autoconf libelf-dev
git submodule update --init --recursive
sudo make libpcap LIBPCAP_DIST_DIR=/usr/local CARCH=x86_64
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down

0 comments on commit 15e359b

Please sign in to comment.