use aprs module from github in test

This commit is contained in:
Graham McIntire 2025-07-09 09:10:12 -05:00
parent 1932f63b91
commit 330fe27eec
No known key found for this signature in database

View file

@ -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"}