diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c66909b..57294b93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,7 @@ jobs: - name: Install dependencies run: | sudo apt-get install -qq postgis postgresql-postgis + sudo ln -s /usr/share/postgresql/12/extension/postgis-3.control /usr/local/share/postgresql/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