Skip to content

Commit 876f45a

Browse files
committed
CI: add --no-install-recommends
1 parent c9b3cb2 commit 876f45a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: startsWith(matrix.os, 'ubuntu')
2525
run: |
2626
sudo apt-get update
27-
sudo apt-get install ${{ matrix.jack }}
27+
sudo apt-get install --no-install-recommends ${{ matrix.jack }}
2828
- name: Install JACK on macOS
2929
if: startsWith(matrix.os, 'macos')
3030
run: |

0 commit comments

Comments
 (0)