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

This commit is contained in:
Aaron Fischer 2023-10-06 21:23:43 +02:00
parent f3f8f5a53a
commit fd4227be48

View file

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