We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c111d7e commit 55b43f7Copy full SHA for 55b43f7
1 file changed
.github/workflows/rust.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
21
- name: Install dependencies
22
- run: sudo apt-get update && sudo apt-get install -y libasound2-dev
+ run: sudo apt-get update && sudo apt-get install -y libasound2-dev libjack-jackd2-dev
23
24
- name: Cargo cache
25
uses: actions/cache@v4
@@ -64,7 +64,7 @@ jobs:
64
65
66
if: runner.os == 'Linux'
67
68
69
- name: Install rust target
70
run: rustup target add $TARGET
0 commit comments