We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e36b74 commit cff2d8dCopy full SHA for cff2d8d
1 file changed
.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
40
env:
41
cache-version: v3
42
with:
43
- key: ${{ env.cache-version }}-${{ matrix.stack-yaml }}-${{ hashFiles(matrix.stack-yaml, 'stack-base.yaml', 'package.yaml') }}
+ key: ${{ env.cache-version }}-${{ matrix.stack-yaml }}-${{ hashFiles(matrix.stack-yaml, 'stack.yaml', 'package.yaml') }}
44
restore-keys: |
45
${{ env.cache-version }}-${{ matrix.stack-yaml }}-
46
path: |
0 commit comments