Skip to content

Commit

Permalink
Install libsqlite3-dev in CI, hopefully fixes Ruby 2.0-2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Jan 7, 2025
1 parent 03fde22 commit a3f3415
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
BUNDLE_GEMFILE: .ci.gemfile
steps:
- uses: actions/checkout@v4
- run: sudo apt-get -yqq install libsqlite3-dev
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit a3f3415

Please sign in to comment.