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

no longer download vlib if it's missing

This commit is contained in:
Alexander Medvednikov
2019-10-10 23:20:41 +03:00
parent e1dd4c19b5
commit e7e0514379
2 changed files with 6 additions and 6 deletions

View File

@@ -55,6 +55,7 @@ jobs:
VFLAGS: -cc tcc
run: |
tcc -version
./v -o v2 compiler # Make sure vtcc can build itself
./v test v
build-windows-gcc: