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

ci: fix prebuild.yml (#8269)

This commit is contained in:
yuyi 2021-01-23 14:04:24 +08:00 committed by GitHub
parent e06e8b10cd
commit 3628751199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ jobs:
./v -version
- name: Test V
run: |
cd v
./v run examples/hello_world.v
macos:
@ -41,6 +42,7 @@ jobs:
./v -version
- name: Test V
run: |
cd v
./v run examples/hello_world.v
windows:
@ -56,4 +58,5 @@ jobs:
& .\v.exe -version
- name: Test V
run: |
& cd v
& .\v.exe run .\examples\hello_world.v