Skip to content

Commit

Permalink
fix ci by installing sqlite dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
caitmich committed Jan 16, 2025
1 parent c7b2e98 commit e34baa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install sqlite3 dependencies
run: sudo apt-get install libsqlite3-dev
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit e34baa6

Please sign in to comment.