-
Notifications
You must be signed in to change notification settings - Fork 56
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
ubuntu-latest change does not include libssl1.1 #318
Comments
Do you have a way to reproduce this? I'm not having issues, and have tested across a few projects, so a few more details would help. Specifically, versions of erlang, elixir, etc. Even better would be a failed run or workflow file. |
I have seen this issue in both OTP 24 and 25. I unfortunately cannot share the workflow itself since it is in a private repository. Maybe the full error output will help?
And the setup
and the action (I have tried using the latest setup-beam version as well)
|
Shot in the dark here, but I ran into a similar issue the other day, it turned out I had If this turns out to be the issue, what should be done perhaps is to insert a |
Hi @djbberko did you see if what I stated as a hypothesis could be disproved? |
Hi folks, setting up a Gitea Actions Runner for a Phoenix project, I stumbled upon this issue. Workflow file is based on the template, added MinIO:
|
P.S.: Used the fly.io template, as it looked like a good fit... |
Working now using (Happened with debian-latest as well, though.) |
FWIW, I'm also hitting this error using gitea with the same fly.io template and |
The bug
Github runners updated
ubuntu-latest
to use 24.04, which does not include libssl1.1. See here: actions/runner-images#10636This breaks the action with the following error:
How to replicate
An ordered list of steps to replicate the bug:
ubuntu-latest
Expected behaviour
Install BEAM succesfully.
Additional context
Any other context about the bug.
The text was updated successfully, but these errors were encountered: