aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-04-12 22:17:50 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-04-12 22:17:50 -0700
commitc1f5f3fa67fe2bf62a0810cf9f338ac7b0999084 (patch)
tree8f537d72e35dd4b63d959aa464fb4a5072eb3794 /.github/workflows
parentacb542df982f0a8819f8c3c8ee6627679e484814 (diff)
downloadpandoc-c1f5f3fa67fe2bf62a0810cf9f338ac7b0999084.tar.gz
Improve linux caching for ci.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 20713875b..87af0978e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -67,8 +67,8 @@ jobs:
path: ~/.cabal
key: ${{ runner.os }}-cabal-global-${{ hashFiles('cabal.project') }}
restore-keys: |
- ${{ runner.os }}-cabal-global
- ${{ runner.os }}-cabal
+ ${{ runner.os }}-${{ matrix.versions.ghc }}-${{ matrix.versions.cabal }}-cabal-global
+ ${{ runner.os }}-${{ matrix.versions.ghc }}-${{ matrix.versions.cabal }}-cabal
- name: Install dependencies
run: |