Update ci.yml

pull/3748/head
Alexander Medvednikov 2020-02-15 14:46:05 +01:00 committed by GitHub
parent 14a29823c0
commit 87e28e6b49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ jobs:
- name: Download V
run: wget https://github.com/vlang/v/releases/latest/download/v_macos.zip && unzip v_macos.zip && ./v --version
- name: Test V
run: echo ./v examples/hello_world.v && examples/hello_world #&& ./v -silent build-examples
run: ./v examples/hello_world.v && examples/hello_world #&& ./v -silent build-examples
windows-prebuilt:
runs-on: windows