Skip to content

Commit ff78120

Browse files
committed
Give mingw it’s own step
1 parent a793886 commit ff78120

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
5353
brew install "${REQUIRED_PACKAGES[@]}"
5454
55+
- name: Install mingw
56+
continue-on-error: true
57+
run: |
5558
# As of mingw-w64 12, brew uses UCRT instead of MSVCRT
5659
# Wine will fail to build with UCRT, so we must rollback.
5760

0 commit comments

Comments
 (0)