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