mirror of
https://github.com/talwat/lowfi
synced 2024-12-28 04:01:55 +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
|
- name: Install dependencies
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
run: |
|
run: |
|
||||||
sudo apt install -y libasound2-dev
|
sudo apt install -y alsa-lib libasound2-dev
|
||||||
|
|
||||||
- name: Build binary
|
- name: Build binary
|
||||||
uses: houseabsolute/actions-rust-cross@v0
|
uses: houseabsolute/actions-rust-cross@v0
|
||||||
|
Loading…
Reference in New Issue
Block a user