This is an automated email from the ASF dual-hosted git repository. mxmanghi pushed a commit to branch quattuor in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git
commit bbb0719ed0f1db4578ea79eb972377686bc796d2 Author: Massimo Manghi <mxman...@apache.org> AuthorDate: Tue Nov 7 10:12:35 2023 +0100 fix Apache binary download URL --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 9b3fe36..88c1719 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -39,8 +39,8 @@ install: - cmd: set TK_WISH=%cd%\IronTcl\bin\wish86t.exe # Install Apache - cmd: set APACHE_VERSION="2.4.58" - - cmd: set APACHE_COMPILER="VC17" - - cmd: appveyor DownloadFile https://home.apache.org/~steffenal/%APACHE_COMPILER%/binaries/httpd-%APACHE_VERSION%-%APACHE_DOWNLOAD_PLATFORM%-%APACHE_COMPILER%.zip + - cmd: set APACHE_COMPILER="VS17" + - cmd: appveyor DownloadFile https://www.apachelounge.com/download/%APACHE_COMPILER%/binaries/httpd-%APACHE_VERSION%-%APACHE_DOWNLOAD_PLATFORM%-%APACHE_COMPILER%.zip - cmd: cmake -E tar xf httpd-%APACHE_VERSION%-%APACHE_DOWNLOAD_PLATFORM%-%APACHE_COMPILER%.zip - cmd: set APACHE_ROOT=%cd%\Apache24 # Generate solution... --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org