This commit is contained in:
parent
3df889f7a3
commit
8b8c453930
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup sh
|
||||
run: sudo apt-get install -y sh
|
||||
|
||||
- name: Setup Elixir
|
||||
run: curl -fsSO https://elixir-lang.org/install.sh && \
|
||||
sh install.sh elixir@1.17.3 otp@27.1.2 $$ \
|
||||
|
|
Loading…
Reference in a new issue