mirror of
https://github.com/xmonad/xmonad.git
synced 2025-07-25 17:21:52 -07:00
ci: Avoid caching GHC
We install GHC using apt, so stack shouldn't install it, but should it ever end up installing it anyway (version mismatch, version unavailable in hvr/ghc ppa, …), we don't want it wasting valuable cache space.
This commit is contained in:
1
.github/workflows/stack.yml
vendored
1
.github/workflows/stack.yml
vendored
@@ -70,6 +70,7 @@ jobs:
|
||||
path: |
|
||||
~/.stack/*
|
||||
!~/.stack/pantry
|
||||
!~/.stack/programs
|
||||
key: stack-${{ runner.os }}-${{ matrix.resolver }}-${{ steps.cache-date.outputs.date }}-${{ hashFiles('stack.yaml') }}-${{ hashFiles('*.cabal') }}
|
||||
restore-keys: |
|
||||
stack-${{ runner.os }}-${{ matrix.resolver }}-${{ steps.cache-date.outputs.date }}-${{ hashFiles('stack.yaml') }}-
|
||||
|
Reference in New Issue
Block a user