Skip to content

Commit 686426d

Browse files
committed
actions: install elixir-lang instead of elixir
How can things be this broken? Signed-off-by: Matteo Cafasso <[email protected]>
1 parent 7bfced7 commit 686426d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: |
1414
sudo add-apt-repository ppa:rabbitmq/rabbitmq-erlang-25
1515
sudo apt update
16-
sudo apt install -y erlang elixir
16+
sudo apt install -y erlang elixir-lang
1717
- name: Run tests
1818
run: |
1919
make current_rmq_ref=${{ matrix.rmqref }}

0 commit comments

Comments
 (0)