From a220a53af340c49b494f3230a930e1a019197df6 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Wed, 18 Dec 2024 17:48:08 +0000 Subject: [PATCH] Disable testing on wine Wine started crashing for whatever reason. Supporting native Windows is much more important and already tested separately. --- .github/workflows/main.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2ee94146c1a4..6c3f16a5acec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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