Skip to content

Commit

Permalink
Add postgis to CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulDoyle-EA committed Apr 16, 2024
1 parent a812b87 commit 53215ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install -qq postgis postgresql-postgis
sudo cp postgis.control /usr/local/share/postgresql/extension/postgis.control
ls -lR /usr/lib/postgresql/12
sudo cp postgis.control /usr/lib/postgresql/12/extension/postgis.control
# We don't have to specify the ruby version, or grab it from .ruby-verion. This action supports reading the
# version from .ruby-version itself
Expand Down

0 comments on commit 53215ea

Please sign in to comment.