mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: windows fix
This commit is contained in:
parent
53f8ae6517
commit
28c83f3f43
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -178,10 +178,12 @@ jobs:
|
||||
- name: Test V
|
||||
shell: bash
|
||||
run: |
|
||||
echo "dir:"
|
||||
echo "ls:"
|
||||
ls
|
||||
./v.exe -o hi.exe examples/hello_world.v
|
||||
./hi.exe
|
||||
echo "ls examples/:"
|
||||
ls examples
|
||||
.\v.exe -o hi.exe examples/hello_world.v
|
||||
.\hi.exe
|
||||
#./v.exe -silent build-examples
|
||||
|
||||
ubuntu-musl:
|
||||
|
Loading…
Reference in New Issue
Block a user