Skip to content

Commit

Permalink
frustration
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Cafasso <[email protected]>
  • Loading branch information
noxdafox committed Jan 17, 2024
1 parent 10ce91d commit 3f42a38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ jobs:
strategy:
matrix:
erlang:
- 1:25.3.2-1
- 1:25.3-1
steps:
- uses: actions/checkout@v2
- name: Install Erlang
run: |
wget https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb
sudo dpkg -i erlang-solutions_2.0_all.deb
sudo apt update
apt policy esl-erlang
sudo apt install -y --allow-downgrades esl-erlang=${{ matrix.erlang }}
- name: Install Elixir
run: |
Expand Down

0 comments on commit 3f42a38

Please sign in to comment.