Skip to content

Commit

Permalink
action: install libpcap-dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Aug 17, 2022
1 parent 51305cc commit a315907
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-packetbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
- name: Install libpcap-dev
run: sudo apt-get install -y libpcap-dev
- name: Run check/update
run: |
export PATH=$PATH:$(go env GOPATH)/bin
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check-xpack-packetbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
- name: Install libpcap-dev
run: sudo apt-get install -y libpcap-dev
- name: Run check/update
uses: magefile/mage-action@v2
with:
Expand Down

0 comments on commit a315907

Please sign in to comment.