Skip to content

Commit

Permalink
Attempt to fix CI
Browse files Browse the repository at this point in the history
Ref: #1783
  • Loading branch information
tagliala committed Oct 9, 2024
1 parent b8d19bc commit 467bee4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
run: pnpm install
- name: Set up Database
run: bundle exec rails db:prepare
- name: Reinstall RGeo
run: |
gem uninstall rgeo --force --quiet
bundle install
- name: Check GEOS support
run: bundle exec rails rgeo_supports_geos
- name: Run specs
Expand Down

0 comments on commit 467bee4

Please sign in to comment.