aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release-candidate.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml
index e4ca67c67..f4b8f662d 100644
--- a/.github/workflows/release-candidate.yml
+++ b/.github/workflows/release-candidate.yml
@@ -35,8 +35,9 @@ jobs:
stack_opts: "-j1"
- osarch: "windows-i386"
arch: "x86"
- choco_opts: "--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