Skip to content

Commit

Permalink
Merge pull request #639 from backguynn/main
Browse files Browse the repository at this point in the history
add apt install lksctp-tools
  • Loading branch information
UltraInstinct14 authored Apr 15, 2024
2 parents c30d395 + 1c32a4e commit 434cde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/__k3s-base-sanity-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
go-version: '>=1.18.0'
- run: |
sudo apt-get update
sudo apt-get -y install bridge-utils net-tools iperf curl wget clang-10 llvm libelf-dev gcc-multilib libpcap-dev linux-tools-$(uname -r) elfutils dwarves git libbsd-dev bridge-utils unzip build-essential bison flex iperf iproute2 nodejs socat ethtool
sudo apt-get -y install bridge-utils net-tools iperf curl lksctp-tools wget clang-10 llvm libelf-dev gcc-multilib libpcap-dev linux-tools-$(uname -r) elfutils dwarves git libbsd-dev bridge-utils unzip build-essential bison flex iperf iproute2 nodejs socat ethtool
git clone --recursive https://github.com/loxilb-io/loxilb
- working-directory: ./loxilb
run: |
Expand Down

0 comments on commit 434cde6

Please sign in to comment.