Skip to content

Commit 26d9f53

Browse files
[CI] Pinning CCache Base Directory
1 parent a2cafd3 commit 26d9f53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,8 @@ jobs:
669669
- uses: hendrikmuhs/ccache-action@v1.2
670670
with:
671671
key: ${{ github.job }}-gcc-11
672+
ccache-config: |
673+
base_dir = ${{ github.workspace }}
672674
673675
- name: Build
674676
env:

0 commit comments

Comments
 (0)