forked from Silverfish/proton-bridge
21 lines
424 B
YAML
21 lines
424 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
|
|
- name: Setup GO
|
|
uses: actions/setup-go@v5
|
|
|
|
- name: Install build-essentials
|
|
run: apt install build-essential
|
|
|
|
- name: build nogui
|
|
run: make build-nogui |