Skip to content

Commit

Permalink
Fix mise setup in integration test
Browse files Browse the repository at this point in the history
Erlang is now a core plugin, so it doesn't need to (and can't) be installed separately.
  • Loading branch information
zachallaun committed Jul 19, 2024
1 parent d766c46 commit 5da6ecd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration/boot/set_up_mise.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ chmod +x ./mise
eval "$(./mise activate bash)"

export KERL_CONFIGURE_OPTIONS="--disable-debug --without-javac --without-termcap --without-wx"
./mise plugin install -y erlang
./mise use --global "erlang@$ERLANG_VERSION"

./mise plugins install -y elixir
Expand Down

0 comments on commit 5da6ecd

Please sign in to comment.