Skip to content

Commit

Permalink
adds gstreamer + glib to CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
gbin committed Feb 4, 2025
1 parent fdec476 commit 93a735d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Install dependencies (Linux)
if: runner.os == 'Linux'
run: sudo apt-get update && sudo apt-get install -y libudev-dev libpcap-dev
run: sudo apt-get update && sudo apt-get install -y pkg-config libudev-dev libpcap-dev libglib2.0-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev libgstreamer-plugins-bad1.0-dev libgstreamer-plugins-ugly1.0-dev

- name: Install dependencies (Windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit 93a735d

Please sign in to comment.