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

ci: fix windows cmd syntax

This commit is contained in:
Alexander Medvednikov 2020-02-17 13:37:57 +01:00 committed by GitHub
parent bc977f8d4a
commit 503a624cc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,10 +176,10 @@ jobs:
ls
- name: Test V
run: |
./v.exe -o hi.exe examples/hello_world.v
v.exe -o hi.exe examples/hello_world.v
echo "ls:"
ls
./hi.exe
hi.exe
#./v.exe -silent build-examples
ubuntu-musl: