Update .gitea/workflows/ci.yml
Some checks failed
nogui build / try & test (push) Has been cancelled

This commit is contained in:
Bad
2024-11-30 22:23:09 +00:00
parent f0c76b1114
commit 4d8d00a62f

View File

@ -17,7 +17,7 @@ jobs:
go-version: '1.23.3' go-version: '1.23.3'
- name: Install build-essentials - name: Install build-essentials
run: apt install build-essential run: apt update -y && apt install build-essential -y
- name: build nogui - name: build nogui
run: make build-nogui run: make build-nogui