From 3188a168e8fcb035e01b1bbef659c7e018be9297 Mon Sep 17 00:00:00 2001 From: appleboy Date: Sat, 16 Mar 2024 11:40:03 +0800 Subject: [PATCH] chore: support ipv6 Signed-off-by: appleboy --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1767872..e918d61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -295,6 +295,9 @@ jobs: # with: # stack: dual + - name: update /etc/hosts + run: | + sed -i -e 's/^::1\slocalhost\s\(.*\)/::1 \1/' /etc/hosts - name: testing ipv6 uses: ./ with: