From 4902455bb8342f47f21f02fcf051fc855d39001c Mon Sep 17 00:00:00 2001 From: James Eversole Date: Tue, 21 Jan 2025 13:22:08 -0600 Subject: [PATCH] 9 --- .gitea/workflows/test-and-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test-and-build.yml b/.gitea/workflows/test-and-build.yml index dc88692..d79817f 100644 --- a/.gitea/workflows/test-and-build.yml +++ b/.gitea/workflows/test-and-build.yml @@ -27,7 +27,7 @@ jobs: path: | ~/.cabal ~/.ghc - key: cabal-${{ runner.os }}-${{ hashFiles('cabal.project') }} + key: cabal-${{ runner.os }}-${{ hashFiles('tricu.cabal') }} restore-keys: | cabal-${{ runner.os }}- @@ -66,7 +66,7 @@ jobs: path: | ~/.cabal ~/.ghc - key: cabal-${{ runner.os }}-${{ hashFiles('cabal.project') }} + key: cabal-${{ runner.os }}-${{ hashFiles('tricu.cabal') }} restore-keys: | cabal-${{ runner.os }}-