From f63f20ba44935df78022410c45a0b84fbe3b4457 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 6 Feb 2023 11:32:07 +0100 Subject: [PATCH] switch to leaseweb mirror because ubuntu upstream, and thus azure, are having trouble --- set-ubuntu-mirror/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/set-ubuntu-mirror/action.yml b/set-ubuntu-mirror/action.yml index 8263365b32..d832513245 100644 --- a/set-ubuntu-mirror/action.yml +++ b/set-ubuntu-mirror/action.yml @@ -2,7 +2,7 @@ name: 'choose Ubuntu mirror for PowerDNS builds in Github Actions' runs: using: "composite" steps: - - run: echo not changing mirror, using default Azure mirror - shell: bash - #- run: sudo sed -i 's/azure\.archive\.ubuntu\.com/mirror.leaseweb.net/' /etc/apt/sources.list + #- run: echo not changing mirror, using default Azure mirror # shell: bash + - run: sudo sed -i 's/azure\.archive\.ubuntu\.com/mirror.leaseweb.net/' /etc/apt/sources.list + shell: bash -- 2.47.2