Files
proton-bridge/.gitea/workflows/ci.yml
Bad c8291c2d35
Some checks failed
nogui build / try & test (push) Failing after 1m31s
Update .gitea/workflows/ci.yml
2024-11-30 22:24:21 +00:00

23 lines
483 B
YAML

name: nogui build
on:
push:
branches:
- master
jobs:
try:
name: try & test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: '1.23.3'
- name: Install build-essentials
run: apt update -y && apt install build-essential libsecret-1-0 -y
- name: build nogui
run: make build-nogui