Commit ed32295
committed
fix(ci): add libasound2-dev dependency for Linux release builds
The alsa-sys crate requires ALSA development libraries to build on Linux.
The CI workflow had this dependency but it was missing from the release workflow,
causing all Linux builds to fail.
This adds libasound2-dev installation for all Linux build targets:
- x86_64-unknown-linux-gnu
- aarch64-unknown-linux-gnu
- x86_64-unknown-linux-musl
- aarch64-unknown-linux-musl1 parent 43f23ea commit ed32295
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
152 | 161 | | |
153 | 162 | | |
154 | 163 | | |
155 | 164 | | |
156 | 165 | | |
157 | 166 | | |
158 | | - | |
159 | 167 | | |
160 | 168 | | |
161 | 169 | | |
| |||
164 | 172 | | |
165 | 173 | | |
166 | 174 | | |
167 | | - | |
168 | 175 | | |
169 | 176 | | |
170 | 177 | | |
| |||
0 commit comments