Skip to content

Commit

Permalink
github CI: Install GStreamer.framework on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
madewokherd committed Nov 21, 2023
1 parent 506b820 commit 664012c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,15 @@ jobs:
needs: build

steps:
- name: Install GStreamer
run: |
wget -nc 'https://gstreamer.freedesktop.org/data/pkg/osx/1.22.7/gstreamer-1.0-1.22.7-universal.pkg'
sudo installer -pkg gstreamer-1.0-1.22.7-universal.pkg -target /
- name: Install Wine
run: |
brew install coreutils # for gtimeout
brew install --cask --no-quarantine homebrew/cask-versions/wine-devel
brew tap homebrew/cask-versions
brew install --cask --no-quarantine wine-devel
- name: Download Wine Mono msi
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 664012c

Please sign in to comment.