Skip to content

Commit

Permalink
ci: attempt to fix ccache path
Browse files Browse the repository at this point in the history
  • Loading branch information
Daft-Freak authored Dec 3, 2024
1 parent db20fc7 commit 9d6adb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ jobs:
- name: Cache
uses: actions/cache@v4
with:
path: ~/.ccache
path: |
~/.ccache
~/.cache/ccache
key: ccache-${{matrix.cache-key}}-${{github.ref}}-${{github.sha}}
restore-keys: |
ccache-${{matrix.cache-key}}-${{github.ref}}
Expand Down

0 comments on commit 9d6adb3

Please sign in to comment.