Skip to content

Commit

Permalink
Revert "change docker ccache dir"
Browse files Browse the repository at this point in the history
This reverts commit a59e641.
  • Loading branch information
RayeS2070 committed Nov 9, 2024
1 parent fa4f1b5 commit 5df5964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Reuse ccache directory
uses: actions/cache@v4
with:
path: .cache/ccache
path: .ccache
key: 'ccache-dir-${{ matrix.id }}_${{github.ref}}_run-${{github.run_number}}'
restore-keys: |
ccache-dir-${{ matrix.id }}_${{github.ref}}_run-
Expand Down

0 comments on commit 5df5964

Please sign in to comment.