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 83945ef commit 455299fCopy full SHA for 455299f
.github/workflows/rust.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v3
19
- name: Install ALSA dev libraries
20
- run: sudo apt-get update && sudo apt-get install -y libasound2-dev
+ run: sudo apt-get update && sudo apt-get install -y libasound2-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
21
- name: Build
22
run: cargo build --verbose
23
- name: Run tests
0 commit comments