Update .forgejo/workflows/build.yaml
Some checks failed
/ build (push) Failing after 2s
/ ls (push) Failing after 42s

This commit is contained in:
Aaron Fischer 2023-10-06 21:21:40 +02:00
parent 599fff0f93
commit a3165580bb

View file

@ -7,7 +7,7 @@ jobs:
runs-on: docker
steps:
- run: |
apt-get install git
apt install git-all
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with: