Skip to content

Commit

Permalink
fix: pin sqlite version
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioscalzo committed Oct 1, 2024
1 parent b4a24e1 commit 3fe0158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
- name: install gems
run: |
gem install sqlite3
gem install sqlite3 -v '~> 1.0'
gem install bundler
bundle install --gemfile ${{ matrix.gemfile }}
- name: Tests
Expand Down

0 comments on commit 3fe0158

Please sign in to comment.