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 cd8a386 commit 8c5e605Copy full SHA for 8c5e605
1 file changed
.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 libayatana-appindicator3-dev librsvg2-dev patchelf
+ sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libavformat-dev libavdevice-dev libayatana-appindicator3-dev librsvg2-dev patchelf
173
174
- name: Build the app
175
0 commit comments