Skip to content

Commit

Permalink
Might work.
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated committed Dec 3, 2024
1 parent 1cbfe21 commit d59ac39
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
components: clippy, rustfmt

# We need gstreamer installed to compile moq-gst
# Annoying: we need gstreamer installed to compile moq-gst
- name: Setup GStreamer
run: |
sudo apt-get update
Expand All @@ -30,7 +30,9 @@ jobs:
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-ugly \
gstreamer1.0-libav
gstreamer1.0-libav \
libgstreamer1.0-dev \
libgstreamer-plugins-base1.0-dev
# Required for unstable WebCodecs and WebTransport
- run: echo "RUSTFLAGS=--cfg=web_sys_unstable_apis" >> $GITHUB_ENV
Expand Down

0 comments on commit d59ac39

Please sign in to comment.