We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9bf100 commit 1e4493aCopy full SHA for 1e4493a
1 file changed
.github/workflows/lavinmq.yml
@@ -61,10 +61,6 @@ jobs:
61
steps:
62
- name: Install LavinMQ
63
uses: cloudamqp/lavinmq-action@v1
64
- - name: Bind LavinMQ to IPv4 (workaround for cloudamqp/lavinmq#1838)
65
- run: |
66
- sudo sed -i 's/bind = ::/bind = 127.0.0.1/' /etc/lavinmq/lavinmq.ini
67
- sudo systemctl restart lavinmq
68
- uses: actions/checkout@v6
69
- name: Use Node.js ${{ env.NODE_VERSION }}
70
uses: actions/setup-node@v6
0 commit comments