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
Tests are run using elixir -S mix ... and not mix .... The first one executes elixir, which finds mix in path and executes it as an Elixir script. But with asdf, mix is a shell script, so it fails to compile.
Somehow, when you use a version from asdf, elixir resolves mix to the real script and not the shim, so it has no issues. I think this is a bug in asdf. You can even run elixir -S mix in a shell and see the same error.
Hello
Thank you for this awesome adapter.
I'm trying to integrate it into my workflow and here is the error I've found.
Steps to reproduce:
everything is OK if I specify elixir version from asdf and not the system one.
The text was updated successfully, but these errors were encountered: