Skip to content

Commit

Permalink
Add more dependencies for fyne and gstreamer
Browse files Browse the repository at this point in the history
  • Loading branch information
metal3d committed Oct 20, 2023
1 parent 178e696 commit 63e545b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ jobs:
run: |
sudo apt-get update && \
sudo DEBIAN_FRONTEND=noninteractive \
apt-get install -y \
apt-get install -yq \
gcc \
git \
ca-certificates \
libgl1-mesa-dev xorg-dev \
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 \
Expand Down

0 comments on commit 63e545b

Please sign in to comment.