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 35daef2 commit a3a1ddeCopy full SHA for a3a1dde
.github/workflows/rust.yml
@@ -17,6 +17,6 @@ jobs:
17
steps:
18
- uses: actions/checkout@v3
19
- name: Install system libraries
20
- run: sudo apt-get update && sudo apt-get install -y libclang-dev libgtk-3-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev libudev-dev
+ run: sudo apt-get update && sudo apt-get install -y libclang-dev libgtk-3-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev libudev-dev libasound2-dev
21
- name: Run tests
22
run: cargo test --verbose
0 commit comments