This commit is contained in:
parent
69bd519fb4
commit
2bdf7f6f72
1 changed files with 2 additions and 1 deletions
|
|
@ -42,8 +42,9 @@ steps:
|
|||
HEX_HOME: ./.hex-cache
|
||||
MIX_HOME: ./.hex-cache
|
||||
commands:
|
||||
# Install hex package manager (uses cached .hex-cache if available)
|
||||
# Install hex and rebar (uses cached .hex-cache if available)
|
||||
- mix local.hex --force
|
||||
- mix local.rebar --force
|
||||
# Fetch dependencies
|
||||
- mix deps.get
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue