Skip to content

Commit

Permalink
Add Missing SQLite3 Dependencies to Fix CI Workflow (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-darbinyan authored Dec 16, 2024
1 parent 34ee1d9 commit 79221f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails.${{ matrix.rails }}.gemfile
steps:
- uses: actions/checkout@v2
- name: Install SQLite3 Development Libraries
run: sudo apt-get update && sudo apt-get install -y libsqlite3-dev
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 79221f3

Please sign in to comment.