From 2ff62ebfd8373e2677ab6239ada56c6536528b0a Mon Sep 17 00:00:00 2001 From: me00001 <37930867+me00001@users.noreply.github.com> Date: Tue, 4 Jun 2024 13:17:52 +0300 Subject: [PATCH] CI: Missing dependencies --- .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