use aprs module from github in test
This commit is contained in:
parent
1932f63b91
commit
330fe27eec
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
|
@ -122,7 +122,7 @@ defmodule Aprsme.MixProject do
|
|||
end
|
||||
|
||||
defp aprs_dep do
|
||||
if Mix.env() in [:dev, :test] do
|
||||
if Mix.env() in [:dev] do
|
||||
{:aprs, path: "vendor/aprs"}
|
||||
else
|
||||
{:aprs, github: "aprsme/aprs", branch: "main"}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue