Skip to content

Commit cff2d8d

Browse files
committed
Fixes github actions cache key hash to refer to stack.yaml
1 parent 0e36b74 commit cff2d8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
env:
4141
cache-version: v3
4242
with:
43-
key: ${{ env.cache-version }}-${{ matrix.stack-yaml }}-${{ hashFiles(matrix.stack-yaml, 'stack-base.yaml', 'package.yaml') }}
43+
key: ${{ env.cache-version }}-${{ matrix.stack-yaml }}-${{ hashFiles(matrix.stack-yaml, 'stack.yaml', 'package.yaml') }}
4444
restore-keys: |
4545
${{ env.cache-version }}-${{ matrix.stack-yaml }}-
4646
path: |

0 commit comments

Comments
 (0)