From 845705a0ebb94a4c3f96f0d53ccacc3856b39673 Mon Sep 17 00:00:00 2001 From: jh Date: Tue, 10 Sep 2019 12:25:11 -0700 Subject: [PATCH] download --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 2fdf503..b9ce693 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,8 @@ version: '{branch}-{build}' install: # Download the latest prebuilt exe - set URL=$(python ./appveyor/gdrive.py $ARCH) - - echo $URL + - cd .. + - wget $URL build: off