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

Fix failing Ruby 2.0 CI build #2116

Merged
merged 1 commit into from
Nov 29, 2022
Merged

Conversation

mattbrictson
Copy link
Member

Summary

The following warning was preventing libssl from being installed, which is a prerequisite for the Ruby 2.0 build in CI:

WARNING: The following packages cannot be authenticated!
  libssl-dev libssl1.0.0

Fix by passing --force-yes to ignore the warning.

The following warning was preventing libssl from being installed, which
is a prerequisite for the Ruby 2.0 build in CI:

```
WARNING: The following packages cannot be authenticated!
  libssl-dev libssl1.0.0
```

Fix by passing `--force-yes` to ignore the warning.
@mattbrictson mattbrictson marked this pull request as ready for review November 28, 2022 16:33
@mattbrictson mattbrictson added the 🏠 Housekeeping Non-user facing cleanup and maintenance label Nov 28, 2022
@mattbrictson mattbrictson merged commit 7317689 into master Nov 29, 2022
@mattbrictson mattbrictson deleted the chores/fix-ruby-2.0-ci-build branch November 29, 2022 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏠 Housekeeping Non-user facing cleanup and maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant