You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** (Mix) fetching from URIs require a checksum to be given
Could not run archive.install for:
https://github.com/riverrun/phauxth_installer/raw/master/archives/phauxth_new.ez
Please download the file above to your current directory and run:
mix archive.install ./phauxth_new.ez
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Thanks for raising this issue. It looks like the way archives are installed has changed recently. I will look into this at the weekend and get back to you soon.
It is not only your package -> i had the same issue with "mix eqc.install --mini". Seems to be something more generic. tony612/eqc_ex@43759ba - maybe this points into the right direction.
The way mix archive.install works has changed, and so you cannot install directly from a url anymore.
I need to look into this further, but for the time being, you will still be able to install the archive by downloading the archive and then running mix archive.install ./phauxth_new.ez.
Environment
Current behavior
When I try this:
I get this:
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: