GHA: Install tcpdump with sudo

This commit is contained in:
aboyko
2024-01-29 18:56:24 -05:00
parent 2f789209ad
commit 1e6d8fd354

View File

@@ -67,7 +67,7 @@ jobs:
p2_qualifier_param="-Dp2.qualifier=${p2_qualifier}"
fi
cd eclipse-distribution
apt-get install -y tcpdump
sudo apt-get install -y tcpdump
echo "Installed tcpdump"
sudo tcpdump -s 0 -i eth0 -w mycap.pcap &
PID=$!