From dcd6d273579c7bd156ae2661b1e192152100f1ab Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sun, 26 May 2024 19:30:43 +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 1c33e78bc..d7f96d99d 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -12,7 +12,7 @@ on: - master env: - CCACHE_DIR: ~/.ccache + CCACHE_DIR: /home/runner/.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