Skip to content

Commit

Permalink
fix gstreamer libs
Browse files Browse the repository at this point in the history
  • Loading branch information
joske committed May 17, 2024
1 parent 1ba66ec commit d982a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
- name: Install glib/gtk dev
run: sudo apt-get install -y libgtk-4-bin libgtk-4-common libgtk-4-dev libgstreamer1.0-dev libdiscid-dev
run: sudo apt-get install -y libgtk-4-bin libgtk-4-common libgtk-4-dev libgstreamer1.0-dev gstreamer1.0-plugins-good libdiscid-dev
- name: Build
run: cargo build --release
- name: Run tests
Expand Down

0 comments on commit d982a47

Please sign in to comment.