1 parent e63fe24 commit 3bea93bCopy full SHA for 3bea93b
1 file changed
.harness/pipeline.yaml
@@ -41,10 +41,11 @@ pipeline:
41
shell: Bash
42
command: |-
43
curl https://mise.run | sh
44
- export PATH="$HOME/.local/share/mise/shims:$HOME/.local/bin:$PATH"
+ export PATH="$HOME/.local/bin:$PATH"
45
mise use --global erlang@<+matrix.otpVersion>
46
- mise reshim
+ export PATH="$(mise where erlang@<+matrix.otpVersion>)/bin:$PATH"
47
mise use --global elixir@<+matrix.elixirVersion>
48
+ eval "$(mise activate bash)"
49
erl -eval 'erlang:display(erlang:system_info(otp_release)), halt().' -noshell
50
elixir --version
51
- step:
0 commit comments