Update .forgejo/workflows/demo.yaml
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
Aliberk Sandıkçı 2024-11-10 22:38:27 +03:00
parent 679be8ccd8
commit 4bd3a36bfd

View file

@ -10,7 +10,7 @@ jobs:
- name: Dependencies - name: Dependencies
run: | run: |
apt update -y apt update -y
apt install git -y apt install git wget inetutils-ping -y
git --version git --version
- name: Network Check - name: Network Check