From 4270280f9ea79ae3d5b0ada11270693ea0fcf5ca Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sun, 26 May 2024 18:41:47 +0200 Subject: [PATCH] Fix CCache path in GitHub Actions --- .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 3218c9951..4b3fbc1a9 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -12,7 +12,7 @@ on: - master env: - CCACHE_DIR: ${{ env.HOME }}/.ccache + CCACHE_DIR: /cache/.ccache CCACHE_TEMPDIR: /tmp/.ccache-temp CCACHE_COMPRESS: 1 CASHER_TIME_OUT: 599 # one second less than 10m to avoid 10m timeout error: https://github.com/Project-OSRM/osrm-backend/issues/2742