Skip to content

Commit

Permalink
Merge pull request #705 from vasilymilovidov/main
Browse files Browse the repository at this point in the history
Update tauri.yml workflow file
  • Loading branch information
felixroos authored Sep 17, 2023
2 parents 9c73ef7 + 05c09ef commit 9e27c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf libasound2-dev
- name: Install app dependencies from lockfile and build web
run: pnpm install
Expand Down

0 comments on commit 9e27c0f

Please sign in to comment.