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

This commit is contained in:
Bad
2024-11-30 22:24:21 +00:00
parent 4d8d00a62f
commit c8291c2d35

View File

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