We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769c627 commit 9cba456Copy full SHA for 9cba456
1 file changed
.github/workflows/tests.yml
@@ -47,6 +47,9 @@ jobs:
47
# Disable firewall.
48
netsh advfirewall set allprofiles state off
49
50
+ # Reset IP stack.
51
+ netsh winsock reset
52
+
53
- name: Invoke tests
54
shell: bash
55
run: |
0 commit comments