Revert force install change

This commit is contained in:
Zoltán Papp
2024-10-09 19:20:20 +02:00
parent 5b2d5f8df1
commit a5deeda727

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 -f -y libpcap0.8-dev:i386
run: sudo dpkg --add-architecture i386 && sudo apt update && sudo apt-get install -y libpcap0.8-dev:i386
- name: Install modules
run: go mod tidy