Skip to content

Commit

Permalink
WIP try elixir instead of elixir-lang ???
Browse files Browse the repository at this point in the history
  • Loading branch information
gomoripeti committed May 23, 2024
1 parent f469d91 commit f1fad1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
sudo add-apt-repository ppa:rabbitmq/rabbitmq-erlang
sudo apt update
sudo apt install -y --allow-downgrades erlang elixir-lang
sudo apt install -y --allow-downgrades erlang elixir
- name: Run tests
run: |
make current_rmq_ref=${{ matrix.rmqref }}
Expand Down

0 comments on commit f1fad1d

Please sign in to comment.