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

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: