From 906650eec5d1771146658f71600b8809d008dda3 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sun, 26 May 2024 15:47:17 +0200 Subject: [PATCH] Update paths --- .github/workflows/osrm-backend.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 7ce85e0da..92a758d6a 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -359,7 +359,10 @@ jobs: - name: Enable compiler cache uses: actions/cache@v4 with: - path: ~/.cache/ccache + path: + ~/.config/ccache + ~/.ccache + ~/Library/Caches/ccache key: ccache-${{ matrix.name }}-${{ github.sha }} restore-keys: | ccache-${{ matrix.name }}- @@ -626,7 +629,10 @@ jobs: - name: Enable compiler cache uses: actions/cache@v4 with: - path: ~/.cache/ccache + path: | + ~/.config/ccache + ~/.ccache + ~/Library/Caches/ccache key: v1-ccache-benchmarks-${{ github.sha }} restore-keys: | v1-ccache-benchmarks-