We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f50fa7 commit a220a53Copy full SHA for a220a53
.github/workflows/main.yml
@@ -56,11 +56,12 @@ jobs:
56
- os: macos-latest
57
env:
58
TARGET_TRIPLE: x86_64-apple-darwin
59
- # cross-compile from Linux to Windows using mingw
60
- - os: ubuntu-latest
61
- env:
62
- TARGET_TRIPLE: x86_64-pc-windows-gnu
63
- apt_deps: gcc-mingw-w64-x86-64 wine-stable
+ # Wine started crashing for whatever reason
+ # # cross-compile from Linux to Windows using mingw
+ # - os: ubuntu-latest
+ # env:
+ # TARGET_TRIPLE: x86_64-pc-windows-gnu
64
+ # apt_deps: gcc-mingw-w64-x86-64 wine-stable
65
- os: ubuntu-latest
66
67
TARGET_TRIPLE: aarch64-unknown-linux-gnu
0 commit comments