diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-06-29 15:15:21 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-06-29 15:15:21 -0700 |
commit | 3397347612d139f48572c35a70e47bcc54ab67d1 (patch) | |
tree | 1b8ae81b588aecbbc8c74a1e95b99ce25a629278 | |
parent | 92a281523d6553e4ee5e763c84170b7fc59abb4e (diff) | |
download | pandoc-3397347612d139f48572c35a70e47bcc54ab67d1.tar.gz |
rc action: use older stack that supports i386 for Windows i386 build.
-rw-r--r-- | .github/workflows/release-candidate.yml | 3 |
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 |