Skip to content

Commit

Permalink
fix CI ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
SidorovichPavel committed Nov 6, 2024
1 parent c06e0e8 commit e76b81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,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-'
Expand Down

0 comments on commit e76b81a

Please sign in to comment.