ci.yml: use curl
parent
93b6089522
commit
0b0e90dc53
|
@ -166,7 +166,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "Downloading v.exe..."
|
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
|
unzip v_windows.zip
|
||||||
./v.exe --version
|
./v.exe --version
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
|
Loading…
Reference in New Issue