Skip to content

Commit

Permalink
ci: upgrade cache to v4 (node 20) and change ccache directory
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Feb 17, 2024
1 parent 6431185 commit a09fb64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -43,9 +43,9 @@ jobs:
- name: Setup cache
id: cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.ccache
path: ~/.cache/ccache/
key: ${{ runner.os }}-ccache
restore-keys: |
${{ runner.os }}-ccache
Expand Down

0 comments on commit a09fb64

Please sign in to comment.