Skip to content

Commit

Permalink
style: simplify dependencies installed in CI (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal authored Jun 5, 2024
1 parent 1e07dd9 commit ff94308
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ff94308

Please sign in to comment.