-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Add libcurl4-openssl-dev #3640
Comments
Hi @rnett, I am closing this issue, please, feel free to reach out to us in case of any questions. |
From sometime, libcurl4-openssl-dev couldn't be installed on unbuntu-latest.
|
run |
There is any kind of libcurl4-openssl-dev for Mac M1? |
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
@TonGarcia Did you find anything?
|
Tool information
libcurl
libcurl
.[installed]
insudo apt -qq list libcurl4-openssl-dev
or try linking againstcurl
.Area for Triage:
Scripting and command line, C/C++
Question, Bug, or Feature?:
Feature
Virtual environments affected
Can this tool be installed during the build?
sudo apt-get install libcurl4-openssl-dev -y
Tool installation time in runtime
~5s
Are you willing to submit a PR?
Yes, assuming it's as simple as adding it here.
Why?
This is easy to install, but is preinstalled on mac and windows. The primary reason to do this is for parity. Anything that links against
curl
currently requires a separate step to install this, only on linux.The text was updated successfully, but these errors were encountered: