fix: add rebar to drone job
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon 2025-12-11 02:17:10 +01:00
parent 69bd519fb4
commit 2bdf7f6f72
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2

View file

@ -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