diff options
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 55622de8..e7e46265 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -59,8 +59,8 @@ test_script: - if "%BUILD_TYPE%" == "cmake" set PROJ_LIB=C:\projects\proj-4\nad - if "%BUILD_TYPE%" == "nmake" set PROJ_LIB=C:\PROJ\SHARE - cd %PROJ_LIB% - - curl -O http://download.osgeo.org/proj/proj-datumgrid-1.7RC2.zip - - 7z e -aoa -y proj-datumgrid-1.7RC2.zip + - curl -O http://download.osgeo.org/proj/proj-datumgrid-1.7.zip + - 7z e -aoa -y proj-datumgrid-1.7.zip - dir - cd .. - dir |
