Skip to content

Commit

Permalink
fixup jackd
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Sep 24, 2023
1 parent 6619411 commit 79beff3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,8 @@ jobs:
run: |
curl -O -J -L https://github.com/jackaudio/jack2-releases/releases/download/v1.9.22/jack2-win64-v1.9.22.exe
./jack2-win64-v1.9.22.exe //SILENT //SUPPRESSMSGBOXES
- name: Start jackd with "dummy" backend (Windows)
if: startsWith(matrix.os, 'windows')
- name: Start jackd with "dummy" backend
shell: bash
run: |
/c/Program\ Files/JACK2/jackd.exe --no-realtime -d dummy &
- name: Start jackd with "dummy" backend (non-Windows)
if: ${{ !startsWith(matrix.os, 'windows') }}
run: |
jackd --no-realtime -d dummy &
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 79beff3

Please sign in to comment.