Skip to content

Commit

Permalink
CI: Missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
me00001 authored Jun 4, 2024
1 parent 93a4f02 commit 2ff62eb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2ff62eb

Please sign in to comment.