1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-17 14:14:49 +00:00

Disable amalgamation w/ mingw in CI due to memory limitations

This commit is contained in:
Calvin Rose 2023-10-08 18:28:07 -05:00
parent 4139e426fe
commit 2b5d90f73a

View File

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