Skip to content

Commit

Permalink
Run a magic command from homebrew-cask readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
madewokherd committed Nov 22, 2023
1 parent 88b91d1 commit 0ca163f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,10 @@ 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 update-reset
brew update
brew install coreutils # for gtimeout
brew tap homebrew/cask-versions
brew install --cask --no-quarantine wine-devel
Expand Down

0 comments on commit 0ca163f

Please sign in to comment.