Try to force install libpcap

This commit is contained in:
Zoltán Papp
2024-10-09 19:12:33 +02:00
parent 6369706ade
commit 5b2d5f8df1

View File

@@ -40,7 +40,7 @@ jobs:
- name: Install 32-bit libpcap
if: matrix.arch == '386'
run: sudo dpkg --add-architecture i386 && sudo apt update && sudo apt-get install -y libpcap0.8-dev:i386
run: sudo dpkg --add-architecture i386 && sudo apt update && sudo apt-get install -f -y libpcap0.8-dev:i386
- name: Install modules
run: go mod tidy