Skip to content

Commit 3bea93b

Browse files
committed
ci: put installed erlang bin directly on PATH before installing elixir
AI-Session-Id: d313020e-b6fc-439d-8bc0-7f32d644f376 AI-Tool: claude-code AI-Model: unknown
1 parent e63fe24 commit 3bea93b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.harness/pipeline.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ pipeline:
4141
shell: Bash
4242
command: |-
4343
curl https://mise.run | sh
44-
export PATH="$HOME/.local/share/mise/shims:$HOME/.local/bin:$PATH"
44+
export PATH="$HOME/.local/bin:$PATH"
4545
mise use --global erlang@<+matrix.otpVersion>
46-
mise reshim
46+
export PATH="$(mise where erlang@<+matrix.otpVersion>)/bin:$PATH"
4747
mise use --global elixir@<+matrix.elixirVersion>
48+
eval "$(mise activate bash)"
4849
erl -eval 'erlang:display(erlang:system_info(otp_release)), halt().' -noshell
4950
elixir --version
5051
- step:

0 commit comments

Comments
 (0)