1
0
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:
Alexander Medvednikov 2020-05-18 18:31:37 +02:00
parent edec0b9d95
commit 66506673f8

View File

@ -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