Skip to content

Commit

Permalink
fix: add libsqlite3 to ruby2 ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgz committed Jan 21, 2025
1 parent b1cf585 commit 398c325
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v4
- name: Install sqlite3
run: sudo apt-get install -y libsqlite3-dev
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 398c325

Please sign in to comment.