Skip to content

Commit 5c422e3

Browse files
authored
chore: add ipv6 support for native linux release (#2908)
1 parent 468942c commit 5c422e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
container: fedora:30
111111
container:
112112
image: ghcr.io/romange/${{ matrix.container }}
113+
options: --sysctl "net.ipv6.conf.all.disable_ipv6=0"
113114
steps:
114115
- uses: actions/checkout@v4
115116
with:

0 commit comments

Comments
 (0)