From efa865e921240e09dad58fd57159df4999f814e9 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 4 Jun 2026 12:38:15 +0200 Subject: [PATCH] release-candidate: print store-dir so we know what to cache. --- .github/workflows/release-candidate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 02bf15269..3763558a0 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -24,6 +24,7 @@ jobs: run: | ghcup install ghc --set 9.10 ghcup install cabal --set 3.14 + cabal path --store-dir # declare/restore cached things