Skip to content

Commit

Permalink
test: fix elixir release test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 20, 2024
1 parent 851f279 commit b4f11da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
command: |
mise use --global erlang@24.3.4.9
eval "$(mise env bash)"
mise use --global elixir@main-otp-24
mise use --global elixir
eval "$(mise env bash)"
mise exec -- elixir --version
- plugin: golang
Expand Down

0 comments on commit b4f11da

Please sign in to comment.