We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f9e14 commit b538790Copy full SHA for b538790
.github/workflows/action.yml
@@ -15,9 +15,7 @@ jobs:
15
wget https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb
16
sudo dpkg -i erlang-solutions_2.0_all.deb
17
sudo apt update
18
- sudo apt install -y --allow-downgrades \
19
- esl-erlang=${{ matrix.erlang }} \
20
- erlang-tools=${{ matrix.erlang }}
+ sudo apt install -y --allow-downgrades esl-erlang=${{ matrix.erlang }}
21
- name: Install Elixir
22
run: |
23
sudo apt install -y elixir
0 commit comments