From 0a6e3c92563166cbc34c15d862c199940d766cea Mon Sep 17 00:00:00 2001 From: Guillaume Allais Date: Tue, 17 Oct 2023 13:22:26 +0100 Subject: [PATCH] [ fix ] transposition in the key name! --- .github/workflows/generate-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-website.yml b/.github/workflows/generate-website.yml index a1fdb24..dae721f 100644 --- a/.github/workflows/generate-website.yml +++ b/.github/workflows/generate-website.yml @@ -44,7 +44,7 @@ jobs: ~/_dist ~/.cabal/bin/ key: cabal-${{ runner.os }}-${{ env.GHC_VERSION }}-${{ github.sha }} - restore-keys: cabal-${{ env.GHC_VERSION }}-${{ runner.os }} + restore-keys: cabal-${{ runner.os }}-${{ env.GHC_VERSION }} ##### Installation ####################################### - name: Install Generate[101]