Skip to content

Commit

Permalink
fix ccache path
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos committed Sep 11, 2023
1 parent 788d228 commit 8ea3d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: ccache cache files
uses: actions/cache@v3
with:
path: ~/.ccache
path: .ccache
key: ${{ runner.os }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
restore-keys: |
${{ runner.os }}-ccache-
Expand Down

0 comments on commit 8ea3d21

Please sign in to comment.