mirror of
https://github.com/talwat/lowfi
synced 2024-12-26 19:21:54 +00:00
fix: also download alsa-lib
This commit is contained in:
parent
d2b862a315
commit
d60cb93138
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: |
|
||||
sudo apt install -y libasound2-dev
|
||||
sudo apt install -y alsa-lib libasound2-dev
|
||||
|
||||
- name: Build binary
|
||||
uses: houseabsolute/actions-rust-cross@v0
|
||||
|
Loading…
Reference in New Issue
Block a user