We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5e605 commit bc80146Copy full SHA for bc80146
.github/workflows/tauri_app_build.yml
@@ -169,7 +169,7 @@ jobs:
169
if: matrix.os == 'ubuntu-22.04'
170
run: |
171
sudo apt-get update
172
- sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libavformat-dev libavdevice-dev libayatana-appindicator3-dev librsvg2-dev patchelf
+ sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libavformat libavcodec libavdevice libavutil libavfilter libswscale libswresample libayatana-appindicator3-dev librsvg2-dev patchelf
173
174
- name: Build the app
175
0 commit comments