Skip to content

Commit b538790

Browse files
committed
actions: revert change
Signed-off-by: Matteo Cafasso <[email protected]>
1 parent 58f9e14 commit b538790

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ 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 \
19-
esl-erlang=${{ matrix.erlang }} \
20-
erlang-tools=${{ matrix.erlang }}
18+
sudo apt install -y --allow-downgrades esl-erlang=${{ matrix.erlang }}
2119
- name: Install Elixir
2220
run: |
2321
sudo apt install -y elixir

0 commit comments

Comments
 (0)