Skip to content

Commit ff19712

Browse files
committed
tmp
1 parent e0d9f98 commit ff19712

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-test-toolchain.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)