diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 53722b0..64fd84e 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 dnsutils -y + apt install git wget inetutils-ping dnsutils -y git --version - name: CI Health Check