mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: use -municode
This commit is contained in:
parent
edec0b9d95
commit
66506673f8
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -217,7 +217,7 @@ jobs:
|
||||
gcc --version
|
||||
.\make.bat -gcc
|
||||
- name: Test new v.c
|
||||
run: .\v.exe -o v.c cmd/v && gcc -mwindows -w v.c
|
||||
run: .\v.exe -o v.c cmd/v && gcc -municode -w v.c
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
.\v.exe setup-freetype
|
||||
|
Loading…
Reference in New Issue
Block a user