Skip to content

Commit 5b4b788

Browse files
committed
correct lib to install for ubuntu
thanks to - Spotifyd/spotifyd#659
1 parent a4c168d commit 5b4b788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: matrix.os == 'ubuntu-latest'
3838
run: |
3939
sudo apt-get update
40-
sudo apt-get install -y pkg-config libssl-dev libasound2-dev alsa-utils
40+
sudo apt-get install -y pkg-config librust-alsa-sys-dev
4141
- uses: taiki-e/upload-rust-binary-action@v1
4242
with:
4343
bin: raiti

0 commit comments

Comments
 (0)