release-candidate: don't build windows i386.

So far we haven't been able to figure out how to get
stack to use a 32-bit ghc.
This commit is contained in:
John MacFarlane 2020-08-28 14:42:00 -07:00
parent c815d2f228
commit 8369eb67d7

View file

@ -33,11 +33,11 @@ jobs:
arch: "x64"
choco_opts: ""
stack_opts: "-j1"
- osarch: "windows-i386"
arch: "x86"
choco_opts: "--x86 --version 2.1.3.20190715"
stack_opts: "-j1 --flag hslua:lua_32bits"
# we use stack 2.1.3 because 2.3.1 doesn't support i386
# - osarch: "windows-i386"
# arch: "x86"
# choco_opts: "--x86 --version 2.1.3.20190715"
# stack_opts: "-j1 --flag hslua:lua_32bits"
# # we use stack 2.1.3 because 2.3.1 doesn't support i386
steps:
- uses: actions/checkout@v1