ci: linux-x64-static: cache cabal packages

This commit is contained in:
Simon Michael 2022-07-11 09:46:40 +01:00
parent 5ebbfea067
commit 62e922cd4d

View File

@ -35,6 +35,15 @@ jobs:
with:
fetch-depth: 0
- name: Cache cabal packages, binaries
id: cabal
uses: actions/cache@v2
with:
path: ~/.cabal
key: ${{ runner.os }}-cabal-20220711-${{ hashFiles('**.yaml') }}
restore-keys: |
${{ runner.os }}-cabal-20220711
- name: Update cabal
run: cabal update