Skip to content

Commit

Permalink
Also install gstreamer with macos
Browse files Browse the repository at this point in the history
  • Loading branch information
gbin committed Feb 4, 2025
1 parent 14b0676 commit f2df4bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
winget install DaiyuuNobori.Win10Pcap --accept-source-agreements --accept-package-agreements
Add-Content -Path $env:GITHUB_ENV -Value "LIB=$env:USERPROFILE\npcap-sdk\Lib\x64"
- name: Install dependencies (macOS)
if: runner.os == 'macOS'
run: brew install pkg-config glib gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad

- name: Install CUDA
uses: Jimver/cuda-toolkit@master
if: runner.os != 'macOS' && matrix.mode == 'cuda-release'
Expand Down

0 comments on commit f2df4bb

Please sign in to comment.