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
+1 -1
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