From 1e07dd9e9eac02e50c1fc1425440cb6096dc03ec Mon Sep 17 00:00:00 2001 From: me00001 <37930867+me00001@users.noreply.github.com> Date: Tue, 4 Jun 2024 13:27:53 +0300 Subject: [PATCH] CI: Missing dependencies (#68) --- .github/workflows/test.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 41cf537..32b972b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,5 +11,13 @@ jobs: sudo apt-get install \ librust-gstreamer-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