Skip to content

Commit

Permalink
Merge pull request #186 from ddalcino/patch-1
Browse files Browse the repository at this point in the history
Add libgstreamer-gl1.0-0 to linux dependencies
  • Loading branch information
jurplel authored and Benjamin Owad committed Aug 4, 2023
1 parent 2d51818 commit bee5bf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ const run = async (): Promise<void> => {
const dependencies = [
"build-essential",
"libgl1-mesa-dev",
"libgstreamer-gl1.0-0",
"libpulse-dev",
"libxcb-glx0",
"libxcb-icccm4",
Expand Down

0 comments on commit bee5bf1

Please sign in to comment.