We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd6d781 commit fda3b10Copy full SHA for fda3b10
.github/workflows/main.yml
@@ -73,6 +73,7 @@ jobs:
73
netsh winsock reset
74
75
# Disable IPv6.
76
+ # https://superuser.com/questions/1545288/disable-ipv6-connectivity-on-windows-without-restarting-the-computer
77
netsh interface teredo set state disabled
78
netsh interface ipv6 6to4 set state state=disabled undoonstop=disabled
79
netsh interface ipv6 isatap set state state=disabled
0 commit comments