Use -j1 for rc builds.

Avoid running out of memory.
This commit is contained in:
John MacFarlane 2019-11-18 21:11:46 -08:00
parent 038f70c84a
commit 0267c1f6f3

View file

@ -32,11 +32,11 @@ jobs:
- osarch: "windows-x86_64"
arch: "x64"
choco_opts: ""
stack_opts: ""
stack_opts: "-j1"
- osarch: "windows-i386"
arch: "x86"
choco_opts: "--x86"
stack_opts: "--flag hslua:lua_32bits"
stack_opts: "-j1 --flag hslua:lua_32bits"
steps:
- uses: actions/checkout@v1