Skip to content

Commit

Permalink
ci: add verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
stevana committed Oct 22, 2024
1 parent 7b85f3d commit b04ce35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
-v "${HOME}/.cabal/store":/root/.local/state/cabal/store \
-v "${PWD}/dist-newstyle":/mnt/dist-newstyle \
ghcr.io/spex-lang/static-build:9.6.6 \
build all --dry-run --project-dir=/mnt
build all --dry-run --project-dir=/mnt -v
# The last step generates dist-newstyle/cache/plan.json for the cache key.
- name: Restore cached dependencies
Expand Down

0 comments on commit b04ce35

Please sign in to comment.