From 7ba5283fe8ec7fa93f589f33cd6fe42dbf1eda8c Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 2 Feb 2021 10:37:18 +0100 Subject: [PATCH] actions: revert to reletive paths for caching --- .github/workflows/ci-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index be04420a..9bdf1790 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -35,8 +35,8 @@ jobs: - uses: actions/cache@v2 with: path: | - {{ github.workspace }}/data/country_osm_grid.sql.gz - {{ github.workspace }}/monaco-latest.osm.pbf + data/country_osm_grid.sql.gz + monaco-latest.osm.pbf key: nominatim-data-${{ steps.get-date.outputs.date }} - uses: ./.github/actions/setup-postgresql @@ -82,8 +82,8 @@ jobs: - uses: actions/cache@v2 with: path: | - {{ github.workspace }}/data/country_osm_grid.sql.gz - {{ github.workspace }}/monaco-latest.osm.pbf + data/country_osm_grid.sql.gz + monaco-latest.osm.pbf key: nominatim-data-${{ steps.get-date.outputs.date }} - uses: ./.github/actions/setup-postgresql -- 2.45.1