From 2edc0e4d20fa2cd3607de21b2e5b34c0c8366116 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 13 Jun 2025 16:29:37 -1000 Subject: [PATCH] ;ci: stack paths test: edits --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccabcf667..f7a5b1e17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -220,7 +220,7 @@ jobs: - name: Ensure ghc is installed run: | $stack setup --verbosity error - if: env.do-all + # if: env.do-all - name: Show stack directories run: | @@ -247,7 +247,7 @@ jobs: printf "local-hoogle-root: \t"; $stack path --local-hoogle-root # Local project documentation root printf "dist-dir: \t"; $stack path --dist-dir # Dist work directory, relative to package directory printf "local-hpc-root: \t"; $stack path --local-hpc-root # Where HPC reports and tix files are stored - if: env.do-all + # if: env.do-all # ACTIONS