From 4ae1d07c67c74f7037b2dc4f86396d5a9a0351ae Mon Sep 17 00:00:00 2001 From: richardrobertreitz Date: Sun, 23 Feb 2025 13:07:28 +0000 Subject: [PATCH] Update .github/workflows/.github-ci.yaml --- .github/workflows/.github-ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/.github-ci.yaml b/.github/workflows/.github-ci.yaml index ae36861..cc4e3ec 100644 --- a/.github/workflows/.github-ci.yaml +++ b/.github/workflows/.github-ci.yaml @@ -15,8 +15,9 @@ jobs: echo docker network inspect host apt update -y - apt install -y net-tools + apt install -y net-tools curl ifconfig + curl https://google.com - name: Login to registry