;ci: stack paths test: edits

This commit is contained in:
Simon Michael 2025-06-13 16:29:37 -10:00
parent fc46ddffe3
commit 2edc0e4d20

View File

@ -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