From 4e051c575908b20edc7a205e47892da8ec3b10d6 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sun, 26 May 2024 15:46:03 +0200 Subject: [PATCH] Implement end-to-end benchmark --- .github/workflows/osrm-backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index b65d97995..53b65d8de 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -629,7 +629,7 @@ jobs: - name: Enable compiler cache uses: actions/cache@v4 with: - path: ~/.ccache + path: ~/.config/ccache key: v1-ccache-benchmarks-${{ github.sha }} restore-keys: | v1-ccache-benchmarks-