ci.yml: use curl

pull/3372/head
Alexander Medvednikov 2020-01-08 11:42:46 +01:00
parent 93b6089522
commit 0b0e90dc53
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ jobs:
shell: bash
run: |
echo "Downloading v.exe..."
wget https://github.com/vbinaries/vbinaries/releases/download/latest/v_windows.zip
curl https://github.com/vbinaries/vbinaries/releases/download/latest/v_windows.zip -o v_windows.zip -s
unzip v_windows.zip
./v.exe --version
echo "Done"