Skip to content

Commit

Permalink
actions: use ppa:rabbitmq/rabbitmq-erlang for Elixir and Erlang
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Cafasso <[email protected]>
  • Loading branch information
noxdafox committed Jan 26, 2024
1 parent be86cab commit dffe9d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install Erlang and Elixir
run: |
sudo add-apt-repository ppa:rabbitmq/rabbitmq-erlang
sudo apt update
sudo apt install -y erlang elixir
- name: Run tests
Expand Down

0 comments on commit dffe9d7

Please sign in to comment.