From c740c5e010199a7de1e34eafc931789efcbc7b48 Mon Sep 17 00:00:00 2001 From: Lars Kuhtz Date: Fri, 13 Nov 2020 00:27:58 +0100 Subject: [PATCH] reset GitHub actions cache (#1164) --- .github/workflows/applications.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/applications.yml b/.github/workflows/applications.yml index 6a31e0afa6..84b61e89ae 100644 --- a/.github/workflows/applications.yml +++ b/.github/workflows/applications.yml @@ -160,7 +160,7 @@ jobs: ~/.cabal/packages ~/.cabal/store dist-newstyle - key: ${{ matrix.os }}-${{ matrix.ghc }}-1-cabal + key: ${{ matrix.os }}-${{ matrix.ghc }}-2-cabal # Build - name: Update package database