Skip to content

Commit be4349f

Browse files
committed
Use Get-Command instead of --version for the wsl executible.
Partially to fix the problem (since Get-Command _should_ always work, and partially just to get more information about what specific wsl executible is being used in each case, on the off chance we sometimes use the wrong one.
1 parent ab1f72c commit be4349f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup WSL 🐧
4747
run: |
4848
wsl --update
49-
wsl --version
49+
Get-Command wsl
5050
5151
- name: Execute Test 🧪
5252
shell: pwsh

0 commit comments

Comments
 (0)