Update elixir.yml

This commit is contained in:
Logan Hunt 2022-12-19 20:59:53 -07:00 committed by GitHub
parent 466295f26f
commit 110829933e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ jobs:
with: with:
otp-version: '25' otp-version: '25'
elixir-version: '1.14.0' elixir-version: '1.14.0'
- run: sudo apt install -y libncurses5
- run: mix deps.get - run: mix deps.get
- run: mix deps.compile - run: mix deps.compile
- run: mix test - run: mix test