Skip to content

Commit

Permalink
rc action: use older stack that supports i386 for Windows i386 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jun 29, 2020
1 parent 92a2815 commit 3397347
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3397347

Please sign in to comment.