style: simplify dependencies installed in CI (#70)

This commit is contained in:
Hamir Mahal 2024-06-05 01:06:07 -07:00 committed by GitHub
parent 1e07dd9e9e
commit ff94308bd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,15 +9,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
sudo apt-get install \ sudo apt-get install \
librust-gstreamer-sys-dev \
librust-gtk4-sys-dev \
libunwind-dev \
librust-gstreamer-sys-dev \
librust-gdk-sys-dev \ librust-gdk-sys-dev \
librust-atk-dev \ librust-gstreamer-sys-dev \
librust-gtk4-sys-dev \ librust-gtk4-sys-dev \
libgdk-pixbuf-2.0-dev \ libunwind-dev
librust-pango-dev \
librust-gobject-sys-dev \
ffmpeg
- run: cargo test - run: cargo test