From 137af648ea4c42927bd7e41c415caa7dc6c83e61 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 13 May 2025 13:53:30 +0100 Subject: [PATCH] Remove rabbitmq workaround This is now causing issues in Gophercloud. Signed-off-by: Stephen Finucane --- action.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/action.yaml b/action.yaml index 0fa3b5d..550e24d 100644 --- a/action.yaml +++ b/action.yaml @@ -28,12 +28,6 @@ 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 - - name: Workaround for RabbitMQ - run: | - sudo apt-get purge -y esl-erlang || true - sudo apt-get install -y erlang rabbitmq-server || true - shell: bash - name: Workaround for docker.io if: ${{ inputs.enable_workaround_docker_io == 'true' }} run: |