ci.yml: small windows fix

pull/3375/head
Alexander Medvednikov 2020-01-08 17:23:34 +01:00
parent 2a98cacecd
commit 56421beb8a
1 changed files with 4 additions and 3 deletions

View File

@ -167,15 +167,16 @@ jobs:
run: |
echo "Downloading v.exe..."
curl -L https://github.com/vbinaries/vbinaries/releases/download/latest/v_windows.zip -o v_windows.zip
ls
echo "Unzipping..."
unzip v_windows.zip
./v.exe --version
echo "Done"
ls
- name: Test V
run: |
./v.exe examples/hello_world.v
examples/hello_world.exe
./v.exe -o hi.exe examples/hello_world.v
ls
./hi.exe
./v.exe build-examples
ubuntu-musl: