We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0c4c4 commit 100aa9fCopy full SHA for 100aa9f
.github/workflows/tests.yml
@@ -51,6 +51,7 @@ jobs:
51
netsh winsock reset
52
53
# Disable IPv6.
54
+ # https://superuser.com/questions/1545288/disable-ipv6-connectivity-on-windows-without-restarting-the-computer
55
netsh interface teredo set state disabled
56
netsh interface ipv6 6to4 set state state=disabled undoonstop=disabled
57
netsh interface ipv6 isatap set state state=disabled
0 commit comments