Skip to content

Commit

Permalink
actions: adopt ppa:rabbitmq/rabbitmq-erlang-25
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 0b06c7e commit 7bfced7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install Erlang and Elixir
run: |
sudo add-apt-repository ppa:rabbitmq/rabbitmq-erlang
sudo add-apt-repository ppa:rabbitmq/rabbitmq-erlang-25
sudo apt update
sudo apt install -y erlang elixir
- name: Run tests
Expand Down
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ defmodule RabbitMQ.MessageDeduplicationPlugin.Mixfile do
"compile"
],
make_archives: [
"archive.build.elixir"
"archive.build.elixir",
"archive.build.all"
],
make_tests: [
"make_deps",
Expand Down

0 comments on commit 7bfced7

Please sign in to comment.