diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 03925960..f0269cdc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -66,7 +66,7 @@ jobs: echo "::group::Install netcat, a test dependency" docker exec --user root $container_id bash -c ' apt update - apt install -y netcat + apt install -y netcat-openbsd ' echo "::endgroup::"