Skip to content

Commit

Permalink
fix: install tcpdump
Browse files Browse the repository at this point in the history
  • Loading branch information
hertzg authored Sep 13, 2023
1 parent 6ff68ef commit aacb8c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Allow sudoless tcpdump (linux only)
if: ${{ success() && startsWith(matrix.os, 'ubuntu-') }}
run: |
sudo apt install -y –no-install-recommends tcpdump
sudo groupadd pcap
sudo usermod -a -G pcap $USER
sudo chgrp pcap /usr/sbin/tcpdump
Expand Down

0 comments on commit aacb8c2

Please sign in to comment.