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

This commit is contained in:
Aaron Fischer 2023-10-06 21:15:38 +02:00
parent 952c54dc0d
commit aa59c1e79a

View file

@ -5,6 +5,8 @@ on:
jobs:
build:
runs-on: docker
container:
image: node:16-bullseye
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4