From 2409b90506a1e2b49f3997753197a0d61afc3d91 Mon Sep 17 00:00:00 2001 From: PaulDoyle-DEFRA <97455399+PaulDoyle-DEFRA@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:51:59 +0100 Subject: [PATCH] Add postgis to CI setup --- .github/workflows/ci.yml | 1 + .github/postgis.control => postgis.control | 0 2 files changed, 1 insertion(+) rename .github/postgis.control => postgis.control (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7236179..090e80cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/postgis.control b/postgis.control similarity index 100% rename from .github/postgis.control rename to postgis.control