Skip to content

Commit

Permalink
Merge pull request #1834 from diowa/chore/attempt-to-fix-ci
Browse files Browse the repository at this point in the history
Attempt to fix CI
  • Loading branch information
tagliala authored Oct 9, 2024
2 parents b8d19bc + 583e4a3 commit 2dac297
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 2dac297

Please sign in to comment.