You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
The same steps are performed within WSL when Topgrade is run from Windows compared to when run directly in WSL.
What actually happened?
The Brew and rustup steps are skipped when run from Windows.
Additional Details
Which operating system or Linux distribution are you using?
Windows 11 Pro and Ubuntu 20.04.4 LTS
How did you install Topgrade?
cargo on both Windows and Ubuntu
Which version are you running?
9.0.1 on both Windows and Ubuntu
Running --dry-run produced C:\Windows\System32\wsl.EXE -d Ubuntu bash -c TOPGRADE_PREFIX=Ubuntu exec /home/ethan/.cargo/bin/topgrade which doesn't work. I had to add quotes after -c.
What did you expect to happen?
The same steps are performed within WSL when Topgrade is run from Windows compared to when run directly in WSL.
What actually happened?
The Brew and rustup steps are skipped when run from Windows.
Additional Details
Windows 11 Pro and Ubuntu 20.04.4 LTS
cargo on both Windows and Ubuntu
9.0.1 on both Windows and Ubuntu
Running
--dry-run
producedC:\Windows\System32\wsl.EXE -d Ubuntu bash -c TOPGRADE_PREFIX=Ubuntu exec /home/ethan/.cargo/bin/topgrade
which doesn't work. I had to add quotes after-c
.The text was updated successfully, but these errors were encountered: