From 0cbc0e9132b8f9a78f79947544adb4119086e7bb Mon Sep 17 00:00:00 2001 From: SidorovichPavel Date: Sun, 10 Nov 2024 16:38:20 +0300 Subject: [PATCH] fix cache miss in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed543d4..3cf36f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: Reuse ccache directory uses: actions/cache@v4 with: - path: ~/.ccache + path: ~/.cache/ccache key: '${{matrix.os}} ${{matrix.info}} ccache-dir ${{github.ref}} run-${{github.run_number}}' restore-keys: | ${{matrix.os}} ${{matrix.info}} ccache-dir ${{github.ref}} run-'