Skip to content
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

CI: be sure to run apt-get update before apt-get install #1228

Merged
merged 3 commits into from
Jun 28, 2022
Merged

Conversation

fallwith
Copy link
Contributor

use libcurl4-openssl-dev to fetch libcurl

use libcurl4-openssl-dev to fetch libcurl
to make the local machine aware of which packages exist before
attempting to fetch them, run `apt-get update` first.

this will hopefully address the issue with Azure aggressively keeping
only the very latest versions of some packages (libcurl is one that's
known so far).
Now that the libcurl issue has been traced to `apt-get update` needing
to be ran, go back to using the `libcurl4-nss-dev` package
@fallwith fallwith changed the title CI: update the package name for libcurl CI: be sure to run apt-get update before apt-get install Jun 28, 2022
@fallwith fallwith merged commit c082352 into murphy Jun 28, 2022
@fallwith fallwith deleted the liblarr branch June 28, 2022 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant