diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-03-15 16:16:13 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-03-15 16:16:13 +0100 |
| commit | 1b07ef00c55525420cfbc9467016959e709e6862 (patch) | |
| tree | e7233d81c9ed85d84d84dff0de2b248e3bcad487 /.github | |
| parent | 5f1e54eb04a6704be264c2b6486f23fc6902b7ca (diff) | |
| download | PROJ-1b07ef00c55525420cfbc9467016959e709e6862.tar.gz PROJ-1b07ef00c55525420cfbc9467016959e709e6862.zip | |
mingw_w64/start.sh: switch to http due to osgeo SSL certificate expiration
Diffstat (limited to '.github')
| -rwxr-xr-x | .github/workflows/mingw_w64/start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mingw_w64/start.sh b/.github/workflows/mingw_w64/start.sh index 2b42381f..0aa04d9a 100755 --- a/.github/workflows/mingw_w64/start.sh +++ b/.github/workflows/mingw_w64/start.sh @@ -82,7 +82,7 @@ sudo cp /usr/$MINGW_ARCH/libz.* /usr/$MINGW_ARCH/lib ln -s /usr/$MINGW_ARCH/zlib1.dll $WINE_SYSDIR # build libtiff -wget https://download.osgeo.org/libtiff/tiff-4.1.0.tar.gz +wget http://download.osgeo.org/libtiff/tiff-4.1.0.tar.gz tar xzf tiff-4.1.0.tar.gz (cd tiff-4.1.0 && ./configure --host=$MINGW_ARCH --prefix=/usr/$MINGW_ARCH && make && sudo make install) ln -s /usr/$MINGW_ARCH/bin/libtiff-5.dll $WINE_SYSDIR |
