From ba5b6cb3d650b0d00a6b4b36b7ac48c1559c149b Mon Sep 17 00:00:00 2001 From: Alessio Pragliola <83355398+Al-Pragliola@users.noreply.github.com> Date: Tue, 17 Dec 2024 20:53:09 +0100 Subject: [PATCH] fix(ci): change netcat package on ubuntu 24.04 (#661) Signed-off-by: Alessio Pragliola --- .github/workflows/csi-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/csi-test.yml b/.github/workflows/csi-test.yml index 275f779c..cca5b6da 100644 --- a/.github/workflows/csi-test.yml +++ b/.github/workflows/csi-test.yml @@ -41,7 +41,7 @@ jobs: echo "tag=${tag}" >> $GITHUB_OUTPUT - name: Install network tools - run: sudo apt-get update && sudo apt-get install -y netcat + run: sudo apt-get update && sudo apt-get install -y netcat-openbsd - name: Build local model registry image shell: bash