parent
3f5e2ed67e
commit
69ee0ed689
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ jobs:
|
|||
|
||||
- name: Setup Elixir
|
||||
run: curl -fsSO https://elixir-lang.org/install.sh && \
|
||||
ls -la && \
|
||||
./install.sh elixir@1.17.3 otp@27.1.2 && \
|
||||
installs_dir=$HOME/.elixir-install/installs && \
|
||||
export PATH=$installs_dir/otp/27.1.2/bin:$PATH && \
|
||||
|
|
Loading…
Reference in a new issue