-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is an issue with Tzdata 2024b - Produces the following error: #760
Comments
I'm also seeing this with each deploy of our phoenix app. |
A fix has been merged in tzdata lau/tzdata#146 |
adding defp devs do
[
{:timex, "~> 3.7"},
{:tzdata, git: "[email protected]:lau/tzdata.git", override: true}
]
end |
FYI This throws an error in my project
Using
|
@avishov When using [email protected] it uses ssh to authenticate to GitHub that's why it's failing as it isn't finding a ssh key to use. |
Lib tzdata got bumped to fix this issue (https://github.com/lau/tzdata/releases/tag/v1.1.2) See issue lau/tzdata#143 |
Steps to reproduce
Install Timex {:timex, "~> 3.0"},
Description of issue
There is a compile time error due to fault in Tzdata 2024b that can seen here:
lau/tzdata#143
The text was updated successfully, but these errors were encountered: