diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 97fb7e5dd..007edede7 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -615,7 +615,7 @@ jobs: - name: Enable compiler cache uses: actions/cache@v3 with: - paths: ["~/.ccache", "~/.cache/ccache"] + path: ~/.cache/ccache key: v1-ccache-benchmarks-${{ github.sha }} restore-keys: | v1-ccache-benchmarks-