2 parents d49c8a4 + c836d27 commit 9eabae0Copy full SHA for 9eabae0
1 file changed
.github/workflows/keep-cache.yml
@@ -20,8 +20,8 @@ jobs:
20
path: ccache
21
key: ccache-${{ matrix.build-type }}-${{ matrix.os }}-${{ github.ref }}-${{ github.sha }}
22
restore-keys: |
23
- ccache-release-${{ matrix.os }}-${{ github.ref }}-
24
- ccache-release-${{ matrix.os }}-
+ ccache-${{ matrix.build-type }}-${{ matrix.os }}-${{ github.ref }}-
+ ccache-${{ matrix.build-type }}-${{ matrix.os }}-
25
26
keep-docker-cache:
27
name: Keep Docker Build Cache
0 commit comments