Skip to content

Commit

Permalink
github: Install Wine Mono 9.0 for macOS
Browse files Browse the repository at this point in the history
Running MSBuild with Wine Mono 8.1.0 bundled with Wine 9.0
complains about missing *.resoures.dll.
  • Loading branch information
huangqinjin authored and mstorsjo committed Feb 9, 2024
1 parent 72c120b commit a40dd80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
run: |
brew update && brew install wine-stable msitools cmake ninja meson
wine64 wineboot
curl -s -L -O https://github.com/madewokherd/wine-mono/releases/download/wine-mono-9.0.0/wine-mono-9.0.0-x86.msi
wine64 msiexec /i wine-mono-9.0.0-x86.msi
- uses: actions/checkout@v3
- name: Download MSVC
run: |
Expand Down

0 comments on commit a40dd80

Please sign in to comment.