Skip to content

Commit

Permalink
apt-get update before installing ebpf backend's dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehnri committed May 24, 2023
1 parent f719a0b commit 585efd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
export PATH=$PATH:$GOBIN
echo "PATH=$PATH" >> $GITHUB_ENV
go install github.com/cilium/ebpf/cmd/[email protected]
sudo apt-get install -y clang llvm libelf-dev libpcap-dev gcc-multilib build-essential
sudo apt-get update && sudo apt-get install -y clang llvm libelf-dev libpcap-dev gcc-multilib build-essential
fi
- name: initialize ipvs module via ipvsadm
Expand Down

0 comments on commit 585efd0

Please sign in to comment.