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:
parent
bc977f8d4a
commit
503a624cc9
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user