From 84df781ff1cc80362d58fddb183919fc19242cc7 Mon Sep 17 00:00:00 2001 From: Matt Young Date: Thu, 18 Jan 2024 11:14:55 +0100 Subject: [PATCH] Fixing Windows build - 6 --- .github/workflows/windows.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0deab24e2..2c3054518 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -1,5 +1,5 @@ # -# .github/workflows/windows.yml is part of Brewtarget, and is copyright the following authors 2021-2023: +# .github/workflows/windows.yml is part of Brewtarget, and is copyright the following authors 2021-2024: # • Artem Martynov # • Chris Speck # • Mattias Måhl @@ -42,8 +42,8 @@ jobs: matrix: include: [ # Current installer NSIS with required plugins don't support x64 package - #{ msystem: MINGW64, arch: x86_64 }, - { msystem: MINGW32, arch: i686 } + { msystem: MINGW64, arch: x86_64 }, + #{ msystem: MINGW32, arch: i686 } ] steps: