Skip to content

Commit 54ee0e1

Browse files
CI - disable jack realtime scheduling
1 parent f961617 commit 54ee0e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
- name: API Tests - Linux
218218
working-directory: ${{github.workspace}}/app/build/api-tests
219219
run: |
220-
jackd -d dummy &
220+
jackd -rd dummy &
221221
ctest --verbose
222222
if: matrix.os == 'ubuntu-latest'
223223

0 commit comments

Comments
 (0)