try to fix asdf issue again
This commit is contained in:
parent
d0269326d4
commit
2bfc7362c8
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
||||||
- openjdk-11-jdk
|
- openjdk-11-jdk
|
||||||
- name: Install asdf Erlang plugin
|
- name: Install asdf Erlang plugin
|
||||||
shell:
|
shell:
|
||||||
cmd: asdf plugin add erlang https://github.com/asdf-vm/asdf-erlang.git
|
cmd: "~/.asdf/bin/asdf plugin add erlang https://github.com/asdf-vm/asdf-erlang.git"
|
||||||
creates: ~/.asdf/plugins/erlang
|
creates: ~/.asdf/plugins/erlang
|
||||||
executable: /usr/bin/zsh
|
executable: /usr/bin/zsh
|
||||||
- name: Install Elixir prerequisite APT packages
|
- name: Install Elixir prerequisite APT packages
|
||||||
|
@ -40,6 +40,6 @@
|
||||||
- unzip
|
- unzip
|
||||||
- name: Install asdf Elixir plugin
|
- name: Install asdf Elixir plugin
|
||||||
shell:
|
shell:
|
||||||
cmd: asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git
|
cmd: "~/.asdf/bin/asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git"
|
||||||
creates: ~/.asdf/plugins/elixir
|
creates: ~/.asdf/plugins/elixir
|
||||||
executable: /usr/bin/zsh
|
executable: /usr/bin/zsh
|
||||||
|
|
Reference in a new issue