From df77172ffc8a8aba99556fe859e92a349a118b1c Mon Sep 17 00:00:00 2001 From: Bulat Gayazov Date: Mon, 29 Jan 2024 00:05:24 +0000 Subject: [PATCH] Fix --- .github/workflows/pr_check.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr_check.yaml b/.github/workflows/pr_check.yaml index dd0bbd7c6d..2b868e3b93 100644 --- a/.github/workflows/pr_check.yaml +++ b/.github/workflows/pr_check.yaml @@ -39,7 +39,7 @@ jobs: - name: Cache files uses: actions/cache@v1.1.0 with: - path: ~/.ccache + path: ../.ccache key: ubuntu-22.04-ccache-${{steps.ccache_cache_timestamp.outputs.timestamp}} restore-keys: | ubuntu-22.04-ccache- @@ -65,6 +65,7 @@ jobs: shell: bash run: | ccache -z + export CCACHE_BASEDIR=`realpath ..` cd ../build ninja examples/all client/all ccache -s