Skip to content

Commit afcf543

Browse files
committed
CI: Another attempt to mitigate "Unrecognized Windows Sockets error: 10106: socket"
1 parent 49433fe commit afcf543

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,13 @@ jobs:
6565
bin/coverage run bin/test-quick -vv1
6666
fi
6767
if [[ ${{ matrix.os }} = "windows-latest" && ${{ matrix.sqla-version }} = "1.3.20" ]]; then
68+
6869
# Disable firewall.
6970
netsh advfirewall set allprofiles state off
71+
72+
# Reset IP stack.
73+
netsh winsock reset
74+
7075
# Run tests.
7176
bin/test-quick -vv1
7277
fi

0 commit comments

Comments
 (0)