diff options
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 1c3bf94a..81a35814 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -47,7 +47,7 @@ test_script: - echo test_script - set PROJ_LIB=%PROJ_DIR%\share\proj - cd %PROJ_LIB% - - curl -O http://download.osgeo.org/proj/proj-datumgrid-1.8.zip + - curl -O https://download.osgeo.org/proj/proj-datumgrid-1.8.zip - 7z e -aoa -y proj-datumgrid-1.8.zip - cd %PROJ_BUILD% - ctest -V -C Release |
