Skip to content

jack: added -c command line argument to disable automatically connect… #83

jack: added -c command line argument to disable automatically connect…

jack: added -c command line argument to disable automatically connect… #83

Workflow file for this run

name: Build Unix Receiver
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: make
run: cd Receivers/unix && cmake . && make