Fix CCache path in GitHub Actions

This commit is contained in:
Siarhei Fedartsou 2024-05-26 18:41:47 +02:00
parent f28b548a2f
commit 4270280f9e

View File

@ -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