Skip to content

Commit

Permalink
Try to force install libpcap
Browse files Browse the repository at this point in the history
  • Loading branch information
pappz committed Oct 9, 2024
1 parent 6369706 commit 5b2d5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang-test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b2d5f8

Please sign in to comment.