Skip to content

Commit 60e10b4

Browse files
committed
fix unaccountable leading "-e" in /etc/hosts
1 parent 1cb10a8 commit 60e10b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ runs:
3131
# This is to avoid RabbitMQ to fail at startup because a wrong version of erlang was installed
3232
- name: Workaround for RabbitMQ
3333
run: |
34+
# fix freaky leading "-e" in /etc/hosts
35+
sudo sed -i 's/^-e //g' /etc/hosts
3436
sudo apt-get purge -y esl-erlang || true
3537
sudo apt-get install -y erlang rabbitmq-server || true
3638
shell: bash

0 commit comments

Comments
 (0)