ci: fix windows cmd syntax
parent
bc977f8d4a
commit
503a624cc9
|
@ -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