We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b3cb2 commit 876f45aCopy full SHA for 876f45a
1 file changed
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
if: startsWith(matrix.os, 'ubuntu')
25
run: |
26
sudo apt-get update
27
- sudo apt-get install ${{ matrix.jack }}
+ sudo apt-get install --no-install-recommends ${{ matrix.jack }}
28
- name: Install JACK on macOS
29
if: startsWith(matrix.os, 'macos')
30
0 commit comments