From 1b07ef00c55525420cfbc9467016959e709e6862 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 15 Mar 2021 16:16:13 +0100 Subject: mingw_w64/start.sh: switch to http due to osgeo SSL certificate expiration --- .github/workflows/mingw_w64/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3