aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release-candidate.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml
index 9f3e26d6f..f71d71b8b 100644
--- a/.github/workflows/release-candidate.yml
+++ b/.github/workflows/release-candidate.yml
@@ -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