From: Peter van Dijk Date: Fri, 13 Jan 2023 17:58:02 +0000 (+0100) Subject: add set-ubuntu-mirror action that we can use to globally switch to a different mirror X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63ed3f179aa6327947a627bceb480c4c83cda503;p=thirdparty%2Fpdns.git add set-ubuntu-mirror action that we can use to globally switch to a different mirror --- 63ed3f179aa6327947a627bceb480c4c83cda503 diff --git a/set-ubuntu-mirror/action.yml b/set-ubuntu-mirror/action.yml new file mode 100644 index 0000000000..8263365b32 --- /dev/null +++ b/set-ubuntu-mirror/action.yml @@ -0,0 +1,8 @@ +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 + # shell: bash