mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2024-11-23 09:03:10 +03:00
style: simplify dependencies installed in CI (#70)
This commit is contained in:
parent
1e07dd9e9e
commit
ff94308bd9
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
@ -9,15 +9,8 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get install \
|
||||
librust-gstreamer-sys-dev \
|
||||
librust-gtk4-sys-dev \
|
||||
libunwind-dev \
|
||||
librust-gstreamer-sys-dev \
|
||||
librust-gdk-sys-dev \
|
||||
librust-atk-dev \
|
||||
librust-gstreamer-sys-dev \
|
||||
librust-gtk4-sys-dev \
|
||||
libgdk-pixbuf-2.0-dev \
|
||||
librust-pango-dev \
|
||||
librust-gobject-sys-dev \
|
||||
ffmpeg
|
||||
libunwind-dev
|
||||
- run: cargo test
|
||||
|
Loading…
Reference in New Issue
Block a user