Skip to content

Commit

Permalink
Also install gstreamer1.0-plugins-good on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters committed Jun 26, 2024
1 parent e89d5f3 commit 58a63ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 0
- name: install prerequisites
run: sudo apt-get install -y ${{ matrix.cc }} git2cl gtk-doc-tools w3-dtd-mathml libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-tools gstreamer1.0-plugins-base
run: sudo apt-get install -y ${{ matrix.cc }} git2cl gtk-doc-tools w3-dtd-mathml libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-tools gstreamer1.0-plugins-base gstreamer1.0-plugins-good
- name: autogen
run: ./autogen.sh
- name: make
Expand Down

0 comments on commit 58a63ae

Please sign in to comment.