CMD isn't bash

This commit is contained in:
Calvin Rose 2023-10-08 18:34:04 -05:00
parent 2b5d90f73a
commit a8f583a372
1 changed files with 1 additions and 1 deletions

View File

@ -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