mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-07-02 20:08:34 -06:00
Clear stack cache and make cache-key more fine-grained
Attempt at fixing #137
This commit is contained in:
@@ -84,7 +84,7 @@ jobs:
|
||||
name: Cache ~/.stack
|
||||
with:
|
||||
path: ~/.stack
|
||||
key: ${{ runner.os }}-${{ matrix.ghc }}-stack
|
||||
key: ${{ runner.os }}-${{ matrix.ghc }}-stack--${{ hashFiles(format('stack-ghc{0}', matrix.ghc)) }}
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user