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 2a2be10 commit bd37fb5Copy full SHA for bd37fb5
.github/workflows/rust.yml
@@ -149,6 +149,11 @@ jobs:
149
run: |
150
cargo install cross --git https://github.com/cross-rs/cross --rev 1b8cf50d20180c1a394099e608141480f934b7f7
151
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
+
157
- name: Install cross for mac and windows
158
if: ${{ !contains(matrix.TARGET, 'linux') }}
159
0 commit comments