From: Peter van Dijk Date: Mon, 6 Feb 2023 10:32:07 +0000 (+0100) Subject: switch to leaseweb mirror because ubuntu upstream, and thus azure, are having trouble X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f63f20ba44935df78022410c45a0b84fbe3b4457;p=thirdparty%2Fpdns.git switch to leaseweb mirror because ubuntu upstream, and thus azure, are having trouble --- 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