Skip to content

Commit 3d47dd3

Browse files
committed
Update ccache folder used by workflow
1 parent 305a497 commit 3d47dd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: CCache
2929
uses: actions/cache@v4
3030
with:
31-
path: .ccache/
31+
path: $HOME/.ccache
3232
key: ${{ matrix.platform }}
3333
- name: Build artifact
3434
run: |
@@ -60,7 +60,7 @@ jobs:
6060
- name: CCache
6161
uses: actions/cache@v4
6262
with:
63-
path: .ccache/
63+
path: $HOME/Library/Caches/ccache
6464
key: ${{ matrix.platform }}
6565
- name: Build artifact
6666
run: |

0 commit comments

Comments
 (0)