Skip to content

Commit 455299f

Browse files
committed
fix github runner on linux
1 parent 83945ef commit 455299f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Install ALSA dev libraries
20-
run: sudo apt-get update && sudo apt-get install -y libasound2-dev
20+
run: sudo apt-get update && sudo apt-get install -y libasound2-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
2121
- name: Build
2222
run: cargo build --verbose
2323
- name: Run tests

0 commit comments

Comments
 (0)