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 1d6de32 commit 2409b90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
# copy postgis.control: postgis installation on Github doesn't put this file in the expected location
run: |
sudo apt-get install -qq postgis
sudo cp postgis.control /usr/local/share/postgresql/extension/
# 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
File renamed without changes.

0 comments on commit 2409b90

Please sign in to comment.