From e91a823b08d1e21f14570dedccbff1939d8d3d85 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sun, 26 May 2024 18:42:43 +0200 Subject: [PATCH] Fix CCache path in GitHub Actions --- .github/workflows/osrm-backend.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 4b3fbc1a9..1d8dd40ed 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -607,10 +607,10 @@ jobs: omitNameDuringUpdate: true replacesArtifacts: true token: ${{ secrets.GITHUB_TOKEN }} - # - name: Show CCache statistics - # run: | - # ccache -p - # ccache -s + - name: Show CCache statistics + run: | + ccache -p + ccache -s benchmarks: