Skip to content

Commit

Permalink
WIP fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gomoripeti committed May 23, 2024
1 parent d08f53d commit f469d91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit f469d91

Please sign in to comment.