Update .forgejo/workflows/try.yaml
Some checks failed
/ stuff (push) Failing after 15s

This commit is contained in:
Renich Bon Ćirić 2024-11-28 14:27:21 -06:00
parent 7ac4fa1d75
commit c0835e9060

View file

@ -17,6 +17,6 @@ jobs:
EOF
- run: cat output.txt
- name: install git
run: apk -y add git
run: apk --no-interactive --no-cache add git
- name: get repo
run: git clone ${{ github.repository }}