mirror of
https://github.com/janet-lang/janet
synced 2025-01-08 06:30:28 +00:00
Revert removing CC=gcc
This commit is contained in:
parent
1331161086
commit
f1210a6b81
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -62,10 +62,10 @@ jobs:
|
|||||||
gcc
|
gcc
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: make -j4 JANET_NO_AMALG=1
|
run: make -j4 CC=gcc JANET_NO_AMALG=1
|
||||||
- name: Test
|
- name: Test
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: make -j4 JANET_NO_AMALG=1
|
run: make test -j4 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…
Reference in New Issue
Block a user