From f469d913f838dea452b29e385fe6b6ced210f7eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20G=C3=B6m=C3=B6ri?= Date: Thu, 23 May 2024 18:29:38 +0200 Subject: [PATCH] WIP fix CI --- .github/workflows/action.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 9d037ce..9cedd78 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -15,10 +15,9 @@ jobs: - uses: actions/checkout@v2 - name: Install Erlang and Elixir run: | - wget https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb - sudo dpkg -i erlang-solutions_2.0_all.deb + sudo add-apt-repository ppa:rabbitmq/rabbitmq-erlang sudo apt update - sudo apt install -y --allow-downgrades esl-erlang=${{ matrix.erlang }} elixir=${{ matrix.elixir }} + sudo apt install -y --allow-downgrades erlang elixir-lang - name: Run tests run: | make current_rmq_ref=${{ matrix.rmqref }}