From 28f766cc0be8768f8cfd9e880d9599bf6401e216 Mon Sep 17 00:00:00 2001 From: Bulat Date: Fri, 1 Mar 2024 16:45:29 +0300 Subject: [PATCH] Fixed ccache in CI (#77) --- .github/actions/build/action.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/build/action.yaml b/.github/actions/build/action.yaml index ed4e52b206..7e2ee7d519 100644 --- a/.github/actions/build/action.yaml +++ b/.github/actions/build/action.yaml @@ -18,7 +18,8 @@ runs: shell: bash run: | ccache -z - export CCACHE_DIR=`~/.ccache` cd ../build + export CCACHE_BASEDIR=`realpath ..` + export CCACHE_DIR=~/.ccache ninja ccache -s