We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4749a3c commit fe75ecaCopy full SHA for fe75eca
.github/workflows/workflow.yaml
@@ -103,6 +103,8 @@ jobs:
103
bzlmod: [bzlmod, workspace]
104
runs-on: ${{ matrix.os }}
105
steps:
106
+ - if: ${{ matrix.os == 'windows-latest' }}
107
+ run: reg query HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
108
- if: ${{ matrix.os == 'ubuntu-latest' }}
109
run: |-
110
sudo swapoff -a
0 commit comments