Skip to content

Commit 9cba456

Browse files
committed
CI: Another attempt to mitigate "Unrecognized Windows Sockets error: 10106: socket"
1 parent 769c627 commit 9cba456

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
# Disable firewall.
4848
netsh advfirewall set allprofiles state off
4949
50+
# Reset IP stack.
51+
netsh winsock reset
52+
5053
- name: Invoke tests
5154
shell: bash
5255
run: |

0 commit comments

Comments
 (0)