Skip to content

Commit

Permalink
feat: add pcap depencies to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetozer committed Feb 18, 2024
1 parent 41c4a55 commit b838c9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
steps:
- name: update apt
- run: sudo apt update
- name: install pcap
- run: sudo apt install -y libxml2-utils
- name: Check out code
uses: actions/checkout@v3
- name: goreleaser
Expand Down

0 comments on commit b838c9a

Please sign in to comment.