Skip to content

Commit 1c11579

Browse files
authored
fix: compile ElixirLS with Elixir v1.16 (#188)
1 parent 8f573b0 commit 1c11579

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/compile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ mix local.hex --force
99
mix local.rebar --force
1010
mix deps.get
1111
mix compile
12-
mix elixir_ls.release -o "$release_path"
12+
mkdir -p "$release_path"
13+
mix elixir_ls.release2 -o "$release_path"

0 commit comments

Comments
 (0)