Skip to content

Commit

Permalink
Add :inets to extra_applications to fix fetching of pre-built bin
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-akya committed Oct 26, 2024
1 parent 1ffc643 commit c0d040c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ defmodule Vix.MixProject do

def application do
[
extra_applications: [:logger, :public_key, :ssl]
extra_applications: [:logger, :public_key, :ssl, :inets]
]
end

Expand Down

0 comments on commit c0d040c

Please sign in to comment.