File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166166
167167 defaults :
168168 run :
169- shell : ${{ (env.DEFAULT_WINDOWS_RUNNER == 1) && 'wsl-bash {0}' || ((env. DEFAULT_UBUNTU_RUNNER == 1) && 'bash {0}' || 'powershell -Command "wsl ''$(wslpath {0})''"') }}
169+ shell : ${{ (env.DEFAULT_UBUNTU_RUNNER == 1) && 'bash {0}' || 'wsl-bash {0}' }}
170170
171171 steps :
172172 - name : Print environment
@@ -180,7 +180,7 @@ jobs:
180180 echo "WSL_DISTRIBUTION: ${{ env.WSL_DISTRIBUTION }}"
181181
182182 - name : Install WSL (Vampire/setup-wsl)
183- if : (env.WSL_RUNNER == 1) && (env.DEFAULT_WINDOWS_RUNNER == 1)
183+ if : (env.WSL_RUNNER == 1)
184184 uses : Windows-on-ARM-Experiments/setup-wsl@master
185185 with :
186186 distribution : ${{ env.WSL_DISTRIBUTION }}
@@ -199,7 +199,7 @@ jobs:
199199 distro : ${{ env.WSL_DISTRIBUTION }}
200200
201201 - name : Install WSL (wsl --install)
202- if : (env.WSL_RUNNER == 1) && (env.SELF_HOSTED_RUNNER == 1)
202+ if : false
203203 shell : powershell
204204 run : |
205205 wsl --set-default-version 1
You can’t perform that action at this time.
0 commit comments