From 0be906a92fd9dd13f9e32d7a9a0f507221cefc46 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 11 Nov 2020 20:59:03 +0100 Subject: [PATCH] CI: Use netcologne mirror --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b74c53925..2c918f1ae 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -112,11 +112,11 @@ jobs: mkdir tar cd tar - Invoke-WebRequest https://downloads.sourceforge.net/project/gnuwin32/tar/1.13-1/tar-1.13-1-bin.zip -OutFile tar.zip + 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://downloads.sourceforge.net/project/gnuwin32/libintl/0.14.4/libintl-0.14.4-bin.zip -OutFile libintl.zip + Invoke-WebRequest https://sourceforge.netcologne.de/project/gnuwin32/libintl/0.14.4/libintl-0.14.4-bin.zip -OutFile libintl.zip unzip libintl.zip - Invoke-WebRequest https://downloads.sourceforge.net/project/gnuwin32/libiconv/1.9.2-1/libiconv-1.9.2-1-bin.zip -OutFile libiconv.zip + Invoke-WebRequest https://sourceforge.netcologne.de/project/gnuwin32/libiconv/1.9.2-1/libiconv-1.9.2-1-bin.zip -OutFile libiconv.zip unzip libiconv.zip # add $USERPROFILE/tar/bin to path