Skip to content

Commit 0d4b35a

Browse files
committed
CI: Disable IPv6 on Windows
1 parent 407925e commit 0d4b35a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ jobs:
7272
# Reset IP stack.
7373
netsh winsock reset
7474
75+
# Disable IPv6.
76+
netsh interface teredo set state disabled
77+
netsh interface ipv6 6to4 set state state=disabled undoonstop=disabled
78+
netsh interface ipv6 isatap set state state=disabled
79+
7580
# Run tests.
7681
bin/test-quick -vv1
7782
fi

0 commit comments

Comments
 (0)