Skip to content

Commit c9b3cb2

Browse files
committed
CI: add apt-get update
1 parent a20a456 commit c9b3cb2

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Install JACK on Ubuntu
2424
if: startsWith(matrix.os, 'ubuntu')
2525
run: |
26+
sudo apt-get update
2627
sudo apt-get install ${{ matrix.jack }}
2728
- name: Install JACK on macOS
2829
if: startsWith(matrix.os, 'macos')
20.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)