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

Add Missing SQLite3 Dependencies to Fix CI Workflow #106

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

m-darbinyan
Copy link
Collaborator

@m-darbinyan m-darbinyan commented Dec 16, 2024

Description

GitHub Actions recently updated ubuntu-latest to use the Ubuntu 24.04 image, which no longer includes the libsqlite3-dev package by default. This package is required to build the sqlite3 gem.
This PR updates the workflow file to explicitly install the SQLite3 development libraries in the CI environment.

@m-darbinyan m-darbinyan force-pushed the add-sqlite3-dependencies branch from a33d0bc to 74ad014 Compare December 16, 2024 09:54
@ka8725 ka8725 merged commit 79221f3 into main Dec 16, 2024
8 checks passed
@ka8725 ka8725 deleted the add-sqlite3-dependencies branch December 16, 2024 10:19
@ka8725 ka8725 added this to the v0.8.0 milestone Dec 16, 2024
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.

2 participants