Skip to content

Commit 3e788da

Browse files
committed
CI: Disable IPv6 on Windows
1 parent f589521 commit 3e788da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
# Reset IP stack.
5151
netsh winsock reset
5252
53+
# Disable IPv6.
54+
netsh interface teredo set state disabled
55+
netsh interface ipv6 6to4 set state state=disabled undoonstop=disabled
56+
netsh interface ipv6 isatap set state state=disabled
57+
5358
- name: Invoke tests
5459
shell: bash
5560
run: |

0 commit comments

Comments
 (0)