We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c28906f commit 6a86de3Copy full SHA for 6a86de3
.github/workflows/workflow.yaml
@@ -104,7 +104,10 @@ jobs:
104
runs-on: ${{ matrix.os }}
105
steps:
106
- if: ${{ matrix.os == 'windows-latest' }}
107
- run: reg query HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
+ run: |
108
+ reg query HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
109
+ reg add HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters /v KeepAliveTime /t REG_DWORD /d 300000
110
111
- if: ${{ matrix.os == 'ubuntu-latest' }}
112
run: |-
113
sudo swapoff -a
0 commit comments