From 4a1168983581196ad3fa0cd972ceb8241e43472f Mon Sep 17 00:00:00 2001 From: Christopher Jolly Date: Sun, 23 Jun 2024 01:32:24 +0800 Subject: [PATCH] MS have removed the 2010 redistributable from their website. Use Wayback Machine url for now (#243) --- .github/workflows/pull_request.yml | 4 ++-- .github/workflows/push.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index fe57a25..0d2f1b7 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -90,8 +90,8 @@ jobs: $aceUrls = @{ '2010' = @{ - 'x64' = 'https://download.microsoft.com/download/2/4/3/24375141-E08D-4803-AB0E-10F2E3A07AAA/AccessDatabaseEngine_X64.exe' - 'x86' = 'https://download.microsoft.com/download/2/4/3/24375141-E08D-4803-AB0E-10F2E3A07AAA/AccessDatabaseEngine.exe' + 'x64' = 'https://web.archive.org/web/20240214170634if_/https://download.microsoft.com/download/2/4/3/24375141-E08D-4803-AB0E-10F2E3A07AAA/AccessDatabaseEngine_X64.exe' + 'x86' = 'https://web.archive.org/web/20240214170634if_/https://download.microsoft.com/download/2/4/3/24375141-E08D-4803-AB0E-10F2E3A07AAA/AccessDatabaseEngine.exe' 'silent' = '/passive /quiet /norestart REBOOT=ReallySuppress' } '2016' = @{ diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 1fcfab3..9ec63de 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -92,8 +92,8 @@ jobs: $aceUrls = @{ '2010' = @{ - 'x64' = 'https://download.microsoft.com/download/2/4/3/24375141-E08D-4803-AB0E-10F2E3A07AAA/AccessDatabaseEngine_X64.exe' - 'x86' = 'https://download.microsoft.com/download/2/4/3/24375141-E08D-4803-AB0E-10F2E3A07AAA/AccessDatabaseEngine.exe' + 'x64' = 'https://web.archive.org/web/20240214170634if_/https://download.microsoft.com/download/2/4/3/24375141-E08D-4803-AB0E-10F2E3A07AAA/AccessDatabaseEngine_X64.exe' + 'x86' = 'https://web.archive.org/web/20240214170634if_/https://download.microsoft.com/download/2/4/3/24375141-E08D-4803-AB0E-10F2E3A07AAA/AccessDatabaseEngine.exe' 'silent' = '/passive /quiet /norestart REBOOT=ReallySuppress' } '2016' = @{