Skip to content

Commit bd37fb5

Browse files
committed
fix headers
1 parent 2a2be10 commit bd37fb5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@ jobs:
149149
run: |
150150
cargo install cross --git https://github.com/cross-rs/cross --rev 1b8cf50d20180c1a394099e608141480f934b7f7
151151
152+
- name: Install required dev header packages for linux # see https://crates.io/crates/cpal
153+
if: contains(matrix.TARGET, 'linux')
154+
run: |
155+
sudo apt-get install libasound2-dev
156+
152157
- name: Install cross for mac and windows
153158
if: ${{ !contains(matrix.TARGET, 'linux') }}
154159
run: |

0 commit comments

Comments
 (0)