Skip to content

Commit

Permalink
Try to fix the install of gstreamer
Browse files Browse the repository at this point in the history
  • Loading branch information
metal3d committed Oct 20, 2023
1 parent e9208e7 commit 4a1e099
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ jobs:
go-version: '1.20'
- name: Installing Gstreamer 1.0
run: |
sudo apt update && \
sudo apt install -y libgstreamer1.0-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
sudo apt-get update && \
sudo DEBIAN_FRONTEND=noninteractive \
apt-get install -y \
libunwind-dev \
libgstreamer1.0-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools \
gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 \
Expand Down

0 comments on commit 4a1e099

Please sign in to comment.