chore(CI): don't always force-install hex and rebar
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
James Harton 2023-07-21 15:40:40 +12:00
parent ddb800e6bb
commit 992a6cfed4
Signed by: james
GPG key ID: 90E82DAA13F624F4

View file

@ -66,8 +66,8 @@ steps:
- asdf_install
- rm -rf .asdf/downloads
- . $ASDF_DIR/asdf.sh
- mix local.hex --force
- mix local.rebar --force
- mix local.hex --if-missing --force
- mix local.rebar --if-missing --force
- mix deps.get
- mix deps.compile