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:
parent
c815d2f228
commit
8369eb67d7
1 changed files with 5 additions and 5 deletions
10
.github/workflows/release-candidate.yml
vendored
10
.github/workflows/release-candidate.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue