kitlangton / given

A tool for interactively updating your Scala dependencies.
42 stars 1 forks source link

Executable does not run on a 2019 MacBook Pro #1

Closed kluen closed 3 weeks ago

kluen commented 3 weeks ago

Hi, I installed given through Homebrew, as described in the README. Running it gives me this:

❯ given
zsh: bad CPU type in executable: given

This is on a 2019 MacBook Pro with a 2,3 GHz 8-Core Intel Core i9

kluen commented 3 weeks ago

If I install it via cargo, it works, btw.

kitlangton commented 3 weeks ago

Doh. Yeah, I need to update the homebrew file :) I think the current binary is for ARM64 only. Thanks for letting me know!

kitlangton commented 3 weeks ago

I updated the formula to just install with cargo 😆 Turns out that's a relatively common approach, and it should basically just work for everyone.