From 78cf660cf5cd6ade30e2feab88a3fa4568cf7262 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 13 May 2025 16:29:02 +0100 Subject: [PATCH] Link to image builder bug So we remember to remove this down the line. Signed-off-by: Stephen Finucane --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 1037952..c676587 100644 --- a/action.yaml +++ b/action.yaml @@ -28,10 +28,10 @@ runs: - name: Erase MySQL package run: sudo apt-get purge mysql-* || true shell: bash - # This is to avoid RabbitMQ to fail at startup because a wrong version of erlang was installed + # This is to avoid RabbitMQ to fail at startup because a wrong version of erlang was installed. + # We also work around https://github.com/actions/runner-images/issues/12192 - name: Workaround for RabbitMQ run: | - # fix freaky leading "-e" in /etc/hosts sudo sed -i 's/^-e \+//g' /etc/hosts sudo apt-get purge -y esl-erlang || true sudo apt-get install -y erlang rabbitmq-server # if rabbitmq-server is not installed, tests must be stopped