build: add gitea runner
Some checks failed
Go Test / test (push) Successful in 45s
Go Test / deploy (push) Failing after 1m36s

This commit is contained in:
xuu 2023-09-29 13:13:09 -06:00
parent 069ce91a03
commit 0b19033363

View File

@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: apt-get -y install ansible
- run: apt-get update && apt-get -y install ansible
- name: Set up Go
uses: actions/setup-go@v3