mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2024-11-23 17:13:11 +03:00
CI: Missing dependencies (#68)
This commit is contained in:
parent
93a4f02e81
commit
1e07dd9e9e
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user