Don't use full parallelism to avoid oom

This commit is contained in:
Calvin Rose 2023-10-08 18:37:31 -05:00
parent a8f583a372
commit 267c603824
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ jobs:
gcc
- name: Build the project
shell: cmd
run: make -j CC=gcc JANET_NO_AMALG=1
run: make -j4 CC=gcc JANET_NO_AMALG=1
test-mingw-linux:
name: Build and test with Mingw on Linux + Wine