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:
parent
9451233c34
commit
b565df25c3
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user