forked from Silverfish/proton-bridge
Update .gitea/workflows/ci.yml
Some checks failed
nogui build / try & test (push) Has been cancelled
Some checks failed
nogui build / try & test (push) Has been cancelled
This commit is contained in:
@ -17,7 +17,7 @@ jobs:
|
||||
go-version: '1.23.3'
|
||||
|
||||
- name: Install build-essentials
|
||||
run: apt install build-essential
|
||||
run: apt update -y && apt install build-essential -y
|
||||
|
||||
- name: build nogui
|
||||
run: make build-nogui
|
||||
Reference in New Issue
Block a user