mirror of
https://github.com/typeable/compaREST.git
synced 2024-12-27 21:21:53 +03:00
Dependencies now influence cache hash (#9)
This commit is contained in:
parent
b51d410a39
commit
d430079e6a
3
.github/workflows/haskell.yml
vendored
3
.github/workflows/haskell.yml
vendored
@ -21,8 +21,9 @@ jobs:
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.stack
|
||||
key: ${{ runner.os }}-build-stack-${{ hashFiles('**/stack.yaml') }}
|
||||
key: ${{ runner.os }}-build-stack-${{ hashFiles('**/stack.yaml') }}-${{ hashFiles('**/*.cabal') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-build-stack-${{ hashFiles('**/stack.yaml') }}
|
||||
${{ runner.os }}-build-stack-
|
||||
- name: Build
|
||||
run: stack build
|
||||
|
Loading…
Reference in New Issue
Block a user