ci: fix windows cmd syntax

pull/3759/head
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
1 changed files with 2 additions and 2 deletions

View File

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