File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -107,16 +107,14 @@ jobs:
107
107
wsl --status
108
108
wsl --list --online
109
109
- name : Install WSL2 distro
110
- timeout-minutes : 3
110
+ timeout-minutes : 1
111
111
run : |
112
112
# FIXME: At least one distro has to be installed here,
113
113
# otherwise `wsl --list --verbose` (called from Lima) fails:
114
114
# https://github.com/lima-vm/lima/pull/1826#issuecomment-1729993334
115
115
# The distro image itself is not consumed by Lima.
116
116
# ------------------------------------------------------------------
117
- # Ubuntu-22.04: gets stuck in some infinite loop during adduser
118
- # OracleLinux_9_1: almostly silently fails, and just prints "Usage: adduser [options] LOGIN"
119
- wsl --install -d openSUSE-Leap-15.5
117
+ wsl --import dummy $env:TEMP nul
120
118
wsl --list --verbose
121
119
- name : Set gitconfig
122
120
run : |
You can’t perform that action at this time.
0 commit comments