Update .gitea/workflows/ci.yml
All checks were successful
nogui build / try & test (push) Successful in 1m44s

This commit is contained in:
Bad
2024-11-30 22:25:55 +00:00
parent c8291c2d35
commit 55a0f27ca9

View File

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