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

fix ci.yml

This commit is contained in:
Alexander Medvednikov 2019-11-29 20:02:39 +03:00
parent cca19b6ec4
commit e957fd6f30

View File

@ -90,9 +90,9 @@ jobs:
runs-on: windows-2019
steps:
- name: Download V
run: #wget https://github.com/vbinaries/vbinaries/releases/download/latest/v_windows.zip && unzip v_windows.zip && ./v.exe --version
run: echo "test" #wget https://github.com/vbinaries/vbinaries/releases/download/latest/v_windows.zip && unzip v_windows.zip && ./v.exe --version
- name: Test V
run: #./v.exe examples/hello_world.v && examples/hello_world.exe
run: echo "test" #./v.exe examples/hello_world.v && examples/hello_world.exe
ubuntu-tcc: