File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -241,6 +241,10 @@ jobs:
241241 run : |
242242 Start-Process 'Finch.msi' -ArgumentList '/quiet' -Wait
243243 echo "C:\Program Files\Finch\bin" >> $env:GITHUB_PATH
244+ - name : Configure WSL networking
245+ run : |
246+ # set networking config option to allow for VM/container -> host communication
247+ echo "networkingMode=mirrored`nhostAddressLoopback=true" > C:\Users\Administrator\.wslconfig
244248 - name : Run VM e2e tests
245249 uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
246250 with :
Original file line number Diff line number Diff line change 9292 $env:Path = $newPath
9393
9494 # set networking config option to allow for VM/container -> host communication
95- echo "[experimental]`nnetworkingMode =mirrored`nhostAddressLoopback=true" > C:\Users\Administrator\.wslconfig
95+ echo "networkingMode =mirrored`nhostAddressLoopback=true" > C:\Users\Administrator\.wslconfig
9696
9797 git status
9898 git clean -f -d
You can’t perform that action at this time.
0 commit comments