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:
parent
4139e426fe
commit
2b5d90f73a
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user