Skip to content

Commit 1e4493a

Browse files
committed
No need for dual-stack workaround anymore
The mentioned PR has been merged.
1 parent b9bf100 commit 1e4493a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/lavinmq.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ jobs:
6161
steps:
6262
- name: Install LavinMQ
6363
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
6864
- uses: actions/checkout@v6
6965
- name: Use Node.js ${{ env.NODE_VERSION }}
7066
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)