Skip to content

Commit

Permalink
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 75c307f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
run: pnpm install
- name: Set up Database
run: bundle exec rails db:prepare
- name: Force reinstall of RGeo with native extensions # Ref: diowa/icare#1783
run: |
bundle show rgeo
rm -rf `bundle show rgeo`
bundle
- name: Check GEOS support
run: bundle exec rails rgeo_supports_geos
- name: Run specs
Expand Down

0 comments on commit 75c307f

Please sign in to comment.