diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 3278c34..7a55cfc 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 -y + apt install git wget inetutils-ping -y git --version - name: Network Check