Skip to content

Commit

Permalink
Install libsctp-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold committed Jan 2, 2024
1 parent a42e9b7 commit 2a4bf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
KUBERNETES_SERVICE_IP=`/usr/bin/sudo microk8s kubectl -n default get svc | awk '{ print $3 }' | awk 'END{print}'`
JUJU_MODEL_NO_PROXY="${no_proxy//::1,/},$CLUSTER_CIDR,$SERVICE_CLUSTER_IP_RANGE,$NODE_INTERNAL_IP,$KUBERNETES_SERVICE_IP,.local,192.168.0.0/16,172.250.0.0/16"
echo "JUJU_MODEL_NO_PROXY=$JUJU_MODEL_NO_PROXY"
/usr/bin/sudo apt install -yqq lksctp-tools
/usr/bin/sudo apt install -yqq libsctp-dev lksctp-tools
echo "================================================================================"
checksctp
echo "================================================================================"
Expand Down

0 comments on commit 2a4bf70

Please sign in to comment.