Closed nunofgs closed 6 months ago
FYI, I downgraded to 2024.5.2 and everything works as expected:
curl -LO https://raw.githubusercontent.com/Homebrew/homebrew-core/991aee54e797731e3463cdf6eaf0600a8bc0b56d/Formula/m/mise.rb
brew install mise.rb
yeah I was able to repro. I created an e2e test and will patch soon.
Describe the bug I can't seem to add another Go dependency to my config. It works if I uninstall everything (
mise uninstall --all
) thenmise install
, but if I add a dependency it seems like it can't find the currently-installed Go path.To Reproduce
Then run
mise install
. It'll work:Now add another Go dependency:
Run install again:
Note: I don't have Go installed by any other means. Just this project-specific one listed on the mise config file.
Expected behavior It should install the new Go dependency.
mise doctor
outputAdditional context Add any other context about the problem here.