aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2023-10-08 18:28:07 -0500
committerCalvin Rose <calsrose@gmail.com>2023-10-08 18:28:07 -0500
commit2b5d90f73a6ce28097e9f8678a7b706b6298dd8c (patch)
tree791de8ea0d3b788555f33513fdf9d8dfc4da4307 /.github
parentRefine interface for janet's new event loop. (diff)
Disable amalgamation w/ mingw in CI due to memory limitations
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2f5cb19c..7832f208 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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