Skip to content

Commit c0a27db

Browse files
committed
Install Hex and Rebar locally
1 parent e5e340d commit c0a27db

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mise.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ _.path = [
2424
preinstall = """
2525
mkdir -p "$MIX_HOME" "$HEX_HOME"
2626
"""
27+
# Install Hex and Rebar locally
28+
postinstall = """
29+
mix local.hex --force --if-missing
30+
mix local.rebar --force --if-missing
31+
"""

0 commit comments

Comments
 (0)