+ - uses: actions/cache@v2
+ with:
+ path: |
+ {{ github.workspace }}/data/country_osm_grid.sql.gz
+ {{ github.workspace }}/monaco-latest.osm.pbf
+ key: nominatim-data-${{ steps.get-date.outputs.date }}
+
+ - uses: ./.github/actions/setup-postgresql
+ with:
+ postgresql-version: ${{ matrix.postgresql }}
+ postgis-version: ${{ matrix.postgis }}