mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci.yml: debug curl
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -166,7 +166,9 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "Downloading v.exe..."
|
echo "Downloading v.exe..."
|
||||||
curl https://github.com/vbinaries/vbinaries/releases/download/latest/v_windows.zip -o v_windows.zip -s
|
curl https://github.com/vbinaries/vbinaries/releases/download/latest/v_windows.zip -o v_windows.zip
|
||||||
|
ls
|
||||||
|
echo "Unzipping..."
|
||||||
unzip v_windows.zip
|
unzip v_windows.zip
|
||||||
./v.exe --version
|
./v.exe --version
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
Reference in New Issue
Block a user