We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9522913 commit 7c57199Copy full SHA for 7c57199
.github/workflows/software.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Install dependencies
39
run: |
40
sudo apt-get update
41
- sudo apt-get install -y libudev-dev
+ sudo apt-get install -y libudev-dev libasound2-dev
42
43
- name: Setup Rust toolchain
44
run: rustup show
@@ -85,7 +85,7 @@ jobs:
85
86
87
88
89
90
91
0 commit comments