Skip to content

Commit 7bfced7

Browse files
committed
actions: adopt ppa:rabbitmq/rabbitmq-erlang-25
Signed-off-by: Matteo Cafasso <[email protected]>
1 parent 0b06c7e commit 7bfced7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- name: Install Erlang and Elixir
1313
run: |
14-
sudo add-apt-repository ppa:rabbitmq/rabbitmq-erlang
14+
sudo add-apt-repository ppa:rabbitmq/rabbitmq-erlang-25
1515
sudo apt update
1616
sudo apt install -y erlang elixir
1717
- name: Run tests

mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ defmodule RabbitMQ.MessageDeduplicationPlugin.Mixfile do
4343
"compile"
4444
],
4545
make_archives: [
46-
"archive.build.elixir"
46+
"archive.build.elixir",
47+
"archive.build.all"
4748
],
4849
make_tests: [
4950
"make_deps",

0 commit comments

Comments
 (0)