CI: Missing dependencies (#68)

This commit is contained in:
me00001 2024-06-04 13:27:53 +03:00 committed by GitHub
parent 93a4f02e81
commit 1e07dd9e9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,5 +11,13 @@ jobs:
sudo apt-get install \ sudo apt-get install \
librust-gstreamer-sys-dev \ librust-gstreamer-sys-dev \
librust-gtk4-sys-dev \ librust-gtk4-sys-dev \
libunwind-dev libunwind-dev \
librust-gstreamer-sys-dev \
librust-gdk-sys-dev \
librust-atk-dev \
librust-gtk4-sys-dev \
libgdk-pixbuf-2.0-dev \
librust-pango-dev \
librust-gobject-sys-dev \
ffmpeg
- run: cargo test - run: cargo test