Skip to content

Commit 55b43f7

Browse files
Update rust.yml
1 parent c111d7e commit 55b43f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- name: Install dependencies
22-
run: sudo apt-get update && sudo apt-get install -y libasound2-dev
22+
run: sudo apt-get update && sudo apt-get install -y libasound2-dev libjack-jackd2-dev
2323

2424
- name: Cargo cache
2525
uses: actions/cache@v4
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Install dependencies
6666
if: runner.os == 'Linux'
67-
run: sudo apt-get update && sudo apt-get install -y libasound2-dev
67+
run: sudo apt-get update && sudo apt-get install -y libasound2-dev libjack-jackd2-dev
6868

6969
- name: Install rust target
7070
run: rustup target add $TARGET

0 commit comments

Comments
 (0)