Skip to content

Commit f967477

Browse files
committed
add a link to track the /etc/hosts issue
1 parent 60f6d26 commit f967477

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ runs:
3232
- name: Workaround for RabbitMQ
3333
run: |
3434
# fix freaky leading "-e" in /etc/hosts
35+
# see https://github.com/actions/runner-images/issues/12192
3536
sudo sed -i 's/^-e \+//g' /etc/hosts
3637
sudo apt-get purge -y esl-erlang || true
3738
sudo apt-get install -y erlang rabbitmq-server # if rabbitmq-server is not installed, tests must be stopped

0 commit comments

Comments
 (0)