diff --git a/manifest.yml b/manifest.yml index e2031c0..03b6237 100644 --- a/manifest.yml +++ b/manifest.yml @@ -39,7 +39,7 @@ plugins: # proof-of-concept just fine - 'bash' - '-c' - - 'asdf plugin-add erlang; asdf plugin-add elixir; asdf install erlang latest; asdf install elixir latest; asdf global erlang latest; asdf global elixir latest' + - 'asdf plugin-add erlang; asdf plugin-add elixir; asdf install erlang latest; asdf install elixir latest; asdf global erlang latest; asdf global elixir latest; true' installCommand: - bash - '-c'