Skip to content

Commit

Permalink
chore: support ipv6
Browse files Browse the repository at this point in the history
Signed-off-by: appleboy <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Mar 16, 2024
1 parent 4dbee26 commit 3188a16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3188a16

Please sign in to comment.