mirror of
https://github.com/janet-lang/janet
synced 2025-07-04 19:12:55 +00:00
CMD isn't bash
This commit is contained in:
parent
2b5d90f73a
commit
a8f583a372
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
|||||||
gcc
|
gcc
|
||||||
- name: Build the project
|
- name: Build the project
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: JANET_NO_AMALG=1 make -j CC=gcc
|
run: make -j CC=gcc JANET_NO_AMALG=1
|
||||||
|
|
||||||
test-mingw-linux:
|
test-mingw-linux:
|
||||||
name: Build and test with Mingw on Linux + Wine
|
name: Build and test with Mingw on Linux + Wine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user