Open alphatroya opened 1 month ago
Hi @alphatroya can you run the next command and share the output?
uname -m
arm64 is supported by hledger, probably the output of that command is messing with the conditional to set the cpu architecture
It's prints arm64
Hi @alphatroya, I think I fixed the problem, can you try the following (while we wait for the maintainer to merge the PR #9)
mise plugin remove hledger
mise plugin add hledger https://github.com/saul-salazar-dotcom/asdf-hledger/
mise use -g hledger
# maybe you need to add force
mise use -g hledger --force
Hi @alphatroya, I think I fixed the problem, can you try the following (while we wait for the maintainer to merge the PR #9)
mise plugin remove hledger mise plugin add hledger https://github.com/saul-salazar-dotcom/asdf-hledger/ mise use -g hledger # maybe you need to add force mise use -g hledger --force
Can confirm, this fixed this issue, thx!
Steps to reproduce