Skip to content

Commit

Permalink
Upgrade erlang & elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
zofpolkowska committed Jul 7, 2020
1 parent b1a4ab0 commit 4fc37c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ jobs:
sudo dpkg -i erlang-solutions_1.0_all.deb && \
sudo apt-get update && \
sudo apt-get install -y esl-erlang=1:21.0 && \
sudo apt-get install -y elixir=1.8.0-1
sudo apt-get install -y elixir=1.9.1-1
- restore_cache:
keys:
- mix-cache-{{ .Environment.CACHE_VERSION }}-{{ .Branch }}-{{ .Revision }}
Expand Down

0 comments on commit 4fc37c6

Please sign in to comment.