We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46cb057 commit 0b33ae0Copy full SHA for 0b33ae0
.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