-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Installing libcurl4-openssl-dev fails #5470
Labels
Comments
I have the same problem. Did you find a workaround ? |
You need to run |
7 tasks
Our team faced the same issue and successfully built our application by following the suggestion above. |
8 tasks
TuQmano
added a commit
to PoliticaArgentina/data_warehouse
that referenced
this issue
Jul 1, 2022
5 tasks
InterLinked1
added a commit
to InterLinked1/lbbs
that referenced
this issue
Jan 7, 2023
Run apt-get update before doing any installs. Otherwise installing libcurl4-openssl-dev will fail, see actions/runner-images#5470
Wescoeur
added a commit
to xcp-ng/http-nbd-transfer
that referenced
this issue
Mar 22, 2023
Otherwise we can't install libcurl4-openssl-dev. See: actions/runner-images#5470 Signed-off-by: Ronan Abhamon <[email protected]>
3 tasks
Wescoeur
added a commit
to xcp-ng/http-nbd-transfer
that referenced
this issue
Jun 13, 2023
Otherwise we can't install libcurl4-openssl-dev. See: actions/runner-images#5470 Signed-off-by: Ronan Abhamon <[email protected]>
mrutkowski-aero
added a commit
to ccfd/courses
that referenced
this issue
Oct 13, 2023
There are problems with libcurl4-openssl-dev mirrors. As in [1]. Attempt with [2] solution. [1] actions/runner-images#5470 [2] actions/runner-images#3640
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
sudo apt-get install -y libcurl4-openssl-dev
fails to installVirtual environments affected
Image version and build link
https://github.com/asozialesnetzwerk/an-website/runs/6250965291?check_suite_focus=true
Is it regression?
https://github.com/asozialesnetzwerk/an-website/runs/6234355854?check_suite_focus=true
Expected behavior
It should install the software
Actual behavior
the log:
Repro steps
The text was updated successfully, but these errors were encountered: