From 2df8f4c2df612d4bd9e0e4156cc2212dbbc24062 Mon Sep 17 00:00:00 2001 From: asandikci Date: Sun, 10 Nov 2024 22:41:23 +0300 Subject: [PATCH] Update .forgejo/workflows/demo.yaml --- .forgejo/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index bdcb33d..32b592c 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -10,7 +10,7 @@ jobs: - name: Dependencies run: | apt update -y - apt install git wget inetutils-ping -y + apt install git wget inetutils-ping iptables -y git --version - name: Network Check