1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

make.bat: use just make.bat in the msvc CI job

This commit is contained in:
Delyan Angelov 2020-12-09 19:53:56 +02:00
parent 9451233c34
commit b565df25c3
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -395,7 +395,7 @@ jobs:
run: |
echo %VFLAGS%
echo $VFLAGS
.\make.bat -msvc
.\make.bat
.\v.exe -cflags /WX self
- name: Install dependencies
run: |