mirror of
https://github.com/janet-lang/janet
synced 2025-01-12 16:40:27 +00:00
Use gcc explicitly in mingw build.
This commit is contained in:
parent
8b0bcf4db9
commit
20bc323d17
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -48,11 +48,12 @@ jobs:
|
||||
- name: Setup Mingw
|
||||
uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
msystem: UCRT64
|
||||
update: true
|
||||
install: >-
|
||||
base-devel
|
||||
git
|
||||
mingw-w64-x86_64-toolchain
|
||||
gcc
|
||||
- name: Build the project
|
||||
shell: cmd
|
||||
run: make -j
|
||||
run: make -j CC=gcc
|
||||
|
Loading…
Reference in New Issue
Block a user