aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2023-10-08 18:34:04 -0500
committerCalvin Rose <calsrose@gmail.com>2023-10-08 18:34:04 -0500
commita8f583a372bfee74b1833e1b2dca25f1cd28230a (patch)
tree1e01ed82163ecef4f0db316c733fce60d5f2ad0e /.github
parentDisable amalgamation w/ mingw in CI due to memory limitations (diff)
CMD isn't bash
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 7832f208..160066cb 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -56,7 +56,7 @@ jobs:
gcc
- name: Build the project
shell: cmd
- run: JANET_NO_AMALG=1 make -j CC=gcc
+ run: make -j CC=gcc JANET_NO_AMALG=1
test-mingw-linux:
name: Build and test with Mingw on Linux + Wine