-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
re: stackConcerning StackConcerning Stack
Description
How should we set up this action to cache stack, like cabal with caching. Here's the caching for liquid-fixpoint:
- name: Cache ~/.stack and .stack-work
uses: actions/cache@v3
with:
path: |
~/.stack
.stack-work
key: ${{ runner.os }}-${{ matrix.ghc }}-stack-${{ hashFiles('**/*.cabal', './stack.yaml', './stack.yaml.lock') }}ForNeVeR, miracoly, cdepillabout and unhammermiracoly
Metadata
Metadata
Assignees
Labels
re: stackConcerning StackConcerning Stack