mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Update ci.yml
This commit is contained in:
parent
14a29823c0
commit
87e28e6b49
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user