Skip to content

Commit 07fe20d

Browse files
authored
Merge pull request #48 from SidorovichPavel/develop
fix cache miss in CI
2 parents b9ecd27 + 28c1986 commit 07fe20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Reuse ccache directory
3737
uses: actions/cache@v4
3838
with:
39-
path: ~/.ccache
39+
path: ~/.cache/ccache
4040
key: '${{matrix.os}} ${{matrix.info}} ccache-dir ${{github.ref}} run-${{github.run_number}}'
4141
restore-keys: |
4242
${{matrix.os}} ${{matrix.info}} ccache-dir ${{github.ref}} run-'

0 commit comments

Comments
 (0)