更新actions中的Linux安装依赖

This commit is contained in:
Tlntin
2022-12-11 15:53:40 +08:00
parent 062d9b4b31
commit a96feda744

View File

@@ -49,7 +49,7 @@ jobs:
if: matrix.os == '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 gnome-video-effects gnome-video-effects-extra
- name: build for Ubuntu
if: matrix.os == 'ubuntu-latest'