Skip to content

Commit 58f9e14

Browse files
committed
actions: add build dependency
Signed-off-by: Matteo Cafasso <[email protected]>
1 parent bffb7f6 commit 58f9e14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
wget https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb
1616
sudo dpkg -i erlang-solutions_2.0_all.deb
1717
sudo apt update
18-
sudo apt install -y --allow-downgrades esl-erlang=${{ matrix.erlang }}
18+
sudo apt install -y --allow-downgrades \
19+
esl-erlang=${{ matrix.erlang }} \
20+
erlang-tools=${{ matrix.erlang }}
1921
- name: Install Elixir
2022
run: |
2123
sudo apt install -y elixir

0 commit comments

Comments
 (0)