Disable testing on wine

Wine started crashing for whatever reason. Supporting native Windows is
much more important and already tested separately.
This commit is contained in:
bjorn3 2024-12-18 17:48:08 +00:00
parent 9f50fa7e21
commit a220a53af3

View file

@ -56,11 +56,12 @@ jobs:
- os: macos-latest
env:
TARGET_TRIPLE: x86_64-apple-darwin
# cross-compile from Linux to Windows using mingw
- os: ubuntu-latest
env:
TARGET_TRIPLE: x86_64-pc-windows-gnu
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
# apt_deps: gcc-mingw-w64-x86-64 wine-stable
- os: ubuntu-latest
env:
TARGET_TRIPLE: aarch64-unknown-linux-gnu