From e71eaca80d8089085c6f9c82fa123bff3d8a4f1a Mon Sep 17 00:00:00 2001 From: asandikci Date: Sun, 10 Nov 2024 22:42:17 +0300 Subject: [PATCH] Update .forgejo/workflows/demo.yaml --- .forgejo/workflows/demo.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 32b592c..1bf7f56 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 iptables -y + apt install git wget inetutils-ping -y git --version - name: Network Check @@ -18,7 +18,6 @@ jobs: ping -c 5 asandikci.com ping -c 5 git.asandikci.com wget https://git.asandikci.com - iptables -L - name: Checkout run: |