Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
neri14 committed Aug 24, 2024
1 parent b6fa5a6 commit 25d2f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libgmock-dev
sudo apt-get install -y gstreamer1.0 gst-plugins-base1.0 gst-plugins-bad1.0 gst-plugins-ugly1.0
sudo apt-get install -y gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly
sudo apt-get install -y libcairo-dev pango1.0
- name: Print env
Expand Down

0 comments on commit 25d2f55

Please sign in to comment.