Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
p13marc committed Dec 7, 2024
1 parent af70198 commit edc9bdf
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up dependencies
run:
sudo apt-get update
sudo apt-get install -y \
build-essential \
meson \
ninja-build \
gstreamer1.0-tools \
gstreamer1.0-plugins-base \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-ugly \
gstreamer1.0-libav \
libgstreamer1.0-dev \
libgstreamer-plugins-base1.0-dev
- name: Setup GStreamer
id: setup_gstreamer
uses: blinemedical/[email protected]
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit edc9bdf

Please sign in to comment.