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

View File

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