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

This commit is contained in:
Aaron Fischer 2023-10-06 21:04:10 +02:00
parent 8e7b98bf07
commit 952c54dc0d

View file

@ -4,7 +4,7 @@ on:
- main
jobs:
build:
runs-on: self-hosted
runs-on: docker
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4