From 03341148655eec3f83ed15d762ef8e5ae170a84d Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 11 Nov 2020 20:42:28 +0100 Subject: [PATCH] CI: Hardcode mirror URL --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a83830b45..97bcff3cd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -114,9 +114,9 @@ jobs: Invoke-WebRequest https://sourceforge.netcologne.de/project/gnuwin32/tar/1.13-1/tar-1.13-1-bin.zip -OutFile tar.zip unzip tar.zip - Invoke-WebRequest https://master.dl.sourceforge.net/project/gnuwin32/libintl/0.11.5-2/libintl-0.11.5-2-bin.zip -OutFile libintl.zip + Invoke-WebRequest https://sourceforge.netcologne.de/project/gnuwin32/libintl/0.11.5-2/libintl-0.11.5-2-bin.zip -OutFile libintl.zip unzip libintl.zip - Invoke-WebRequest https://master.dl.sourceforge.net/project/gnuwin32/libiconv/1.8-1/libiconv-1.8-1-bin.zip -OutFile libiconv.zip + Invoke-WebRequest https://sourceforge.netcologne.de/project/gnuwin32/libiconv/1.8-1/libiconv-1.8-1-bin.zip -OutFile libiconv.zip unzip libiconv.zip # add $USERPROFILE/tar/bin to path