Files
proton-bridge/.gitea/workflows/ci.yml
Bad 6ad1e89919
Some checks failed
nogui build / try & test (push) Failing after 2m6s
Update .gitea/workflows/ci.yml
2024-11-30 22:28:29 +00:00

28 lines
609 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-dev -y
- name: build nogui
run: make build-nogui
- uses: actions/upload-artifact@v4
with:
name: proton-bridge
path: proton-bridge