1
0
mirror of https://github.com/janet-lang/janet synced 2025-01-05 21:30:27 +00:00

Revert removing CC=gcc

This commit is contained in:
Calvin Rose 2024-10-10 08:42:29 -05:00
parent 1331161086
commit f1210a6b81

View File

@ -62,10 +62,10 @@ jobs:
gcc
- name: Build
shell: cmd
run: make -j4 JANET_NO_AMALG=1
run: make -j4 CC=gcc JANET_NO_AMALG=1
- name: Test
shell: cmd
run: make -j4 JANET_NO_AMALG=1
run: make test -j4 CC=gcc JANET_NO_AMALG=1
test-mingw-linux:
name: Build and test with Mingw on Linux + Wine