Skip to content

Commit 7a6053a

Browse files
committed
fix: add libasound2-dev for Linux builds
1 parent 89b3171 commit 7a6053a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
run: |
9191
sudo apt-get update
9292
sudo apt-get install -y \
93+
libasound2-dev \
9394
libwebkit2gtk-4.1-dev \
9495
libappindicator3-dev \
9596
librsvg2-dev \

0 commit comments

Comments
 (0)