Update .gitea/workflows/ci.yml
Some checks failed
nogui build / try & test (push) Failing after 35s

This commit is contained in:
Bad
2024-11-30 22:20:09 +00:00
parent cd69a712e1
commit f0c76b1114

View File

@ -11,8 +11,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup GO
uses: actions/setup-go@v5
- uses: actions/setup-go@v5
with:
go-version: '1.23.3'
- name: Install build-essentials
run: apt install build-essential