diff options
| author | 2023-10-08 18:34:04 -0500 | |
|---|---|---|
| committer | 2023-10-08 18:34:04 -0500 | |
| commit | a8f583a372bfee74b1833e1b2dca25f1cd28230a (patch) | |
| tree | 1e01ed82163ecef4f0db316c733fce60d5f2ad0e /.github | |
| parent | Disable amalgamation w/ mingw in CI due to memory limitations (diff) | |
CMD isn't bash
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
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 |
