Skip to content

Commit

Permalink
fix: add libasound2-dev for cpal compatibility on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
braden-w committed Dec 29, 2024
1 parent a42c6bb commit 16f2266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-tauri-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libxdo-dev
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libxdo-dev libasound2-dev
- name: install pnpm
uses: pnpm/action-setup@v4
Expand Down

0 comments on commit 16f2266

Please sign in to comment.