Use -j1 for rc builds.
Avoid running out of memory.
This commit is contained in:
parent
038f70c84a
commit
0267c1f6f3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release-candidate.yml
vendored
4
.github/workflows/release-candidate.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue