From 63ed3f179aa6327947a627bceb480c4c83cda503 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 13 Jan 2023 18:58:02 +0100 Subject: [PATCH] add set-ubuntu-mirror action that we can use to globally switch to a different mirror --- set-ubuntu-mirror/action.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 set-ubuntu-mirror/action.yml 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 -- 2.47.2