Skip to content

Commit a220a53

Browse files
committed
Disable testing on wine
Wine started crashing for whatever reason. Supporting native Windows is much more important and already tested separately.
1 parent 9f50fa7 commit a220a53

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,12 @@ jobs:
5656
- os: macos-latest
5757
env:
5858
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
59+
# Wine started crashing for whatever reason
60+
# # cross-compile from Linux to Windows using mingw
61+
# - os: ubuntu-latest
62+
# env:
63+
# TARGET_TRIPLE: x86_64-pc-windows-gnu
64+
# apt_deps: gcc-mingw-w64-x86-64 wine-stable
6465
- os: ubuntu-latest
6566
env:
6667
TARGET_TRIPLE: aarch64-unknown-linux-gnu

0 commit comments

Comments
 (0)