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: |