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: christopherhx/gitea-upload-artifact@v4 with: name: proton-bridge.zip path: proton-bridge