Skip to content

Commit

Permalink
Use mingw-w64 11
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Jun 11, 2024
1 parent 705d461 commit ae05044
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
# Build Dependencies
"bison"
"pkg-config"
"mingw-w64"
"gcenx/wine/cx-llvm"
# Utilities (DXVK)
Expand All @@ -53,6 +52,11 @@ jobs:
brew install "${REQUIRED_PACKAGES[@]}"
# As of mingw-w64 12, brew uses UCRT instead of MSVCRT
# Wine will fail to build with UCRT, so we must rollback.
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/31209a399a7b40bf2cd3abd7aee2715547ccd5bd/Formula/m/mingw-w64.rb
- name: Echo Libs [DEBUG]
run: |
echo "Brew Libs\n========="
Expand Down

0 comments on commit ae05044

Please sign in to comment.