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

This commit is contained in:
Aaron Fischer 2023-10-06 21:22:15 +02:00
parent a3165580bb
commit 0ebff75231

View file

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