Skip to content

Commit

Permalink
Fixing Windows build - 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Young committed Jan 18, 2024
1 parent 88fc74b commit 84df781
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
# • Chris Speck <[email protected]>
# • Mattias Måhl <[email protected]>
Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit 84df781

Please sign in to comment.