Skip to content

Commit 760e577

Browse files
committed
actions: downgrade Elixir version
Signed-off-by: Matteo Cafasso <[email protected]>
1 parent b538790 commit 760e577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
sudo apt install -y --allow-downgrades esl-erlang=${{ matrix.erlang }}
1919
- name: Install Elixir
2020
run: |
21-
sudo apt install -y elixir
21+
sudo apt install -y elixir=1.12.2-1
2222
- name: Run tests
2323
run: |
2424
make tests

0 commit comments

Comments
 (0)