From eac2c01c9d8e63f9f984f5f7484a69eadbb89fac Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sun, 26 May 2024 13:11:00 +0200 Subject: [PATCH] Fix CCache path in GitHub Actions --- .github/workflows/osrm-backend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 63709e51a..7ce85e0da 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -359,7 +359,7 @@ jobs: - name: Enable compiler cache uses: actions/cache@v4 with: - path: ~/.ccache + path: ~/.cache/ccache key: ccache-${{ matrix.name }}-${{ github.sha }} restore-keys: | ccache-${{ matrix.name }}- @@ -626,7 +626,7 @@ jobs: - name: Enable compiler cache uses: actions/cache@v4 with: - path: ~/.ccache + path: ~/.cache/ccache key: v1-ccache-benchmarks-${{ github.sha }} restore-keys: | v1-ccache-benchmarks-