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 bd37fb5 commit 04f24faCopy full SHA for 04f24fa
.github/workflows/rust.yml
@@ -11,6 +11,9 @@ jobs:
11
name: Check
12
runs-on: ubuntu-latest
13
steps:
14
+ - name: Install required dev header packages for linux # see https://crates.io/crates/cpal
15
+ run: |
16
+ sudo apt-get install libasound2-dev
17
- uses: actions/checkout@v4
18
- uses: actions-rs/toolchain@v1
19
with:
@@ -74,6 +77,9 @@ jobs:
74
77
name: Clippy
75
78
76
79
80
81
82
83
84
85
0 commit comments