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 ac0fcce commit 6d976ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/postgis.control
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# postgis extension
comment = 'PostGIS geometry and geography spatial types and functions'
default_version = '3.2.2'
module_pathname = '$libdir/postgis-3'
relocatable = false
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +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
cp .github/workflows/postgis.control /usr/local/share/postgresql/extension/
cp .github/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

0 comments on commit 6d976ff

Please sign in to comment.