Skip to content

Commit

Permalink
Update macOS CI to match the Winehq wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
madewokherd authored Nov 6, 2023
1 parent d7f93e4 commit 31652af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ jobs:
- 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 31652af

Please sign in to comment.