From a8f583a372bfee74b1833e1b2dca25f1cd28230a Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sun, 8 Oct 2023 18:34:04 -0500 Subject: [PATCH] CMD isn't bash --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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