Closed petermm closed 2 years ago
building couldn't find any elixir installed.. adding this to shell script (below the nvm line) makes it pick up asdf installed elixir/erlang [ -s "$HOME/.asdf/asdf.sh" ] && \. $HOME/.asdf/asdf.sh # This loads asdf
[ -s "$HOME/.asdf/asdf.sh" ] && \. $HOME/.asdf/asdf.sh # This loads asdf
https://github.com/elixir-desktop/ios-example-app/commit/bc87ef3997d5f0aa6de8b9d044c5a1391bbee375
building couldn't find any elixir installed.. adding this to shell script (below the nvm line) makes it pick up asdf installed elixir/erlang
[ -s "$HOME/.asdf/asdf.sh" ] && \. $HOME/.asdf/asdf.sh # This loads asdf