Skip to content

Commit 4f3cff9

Browse files
committed
Output cabal.project.local
1 parent 95d9abe commit 4f3cff9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/setup-build/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ runs:
9595

9696
# To ensure we get the latest hackage index without relying on the haskell action logic
9797
# It has to be done before `cabal freeze` to make it aware of the new index
98-
- run: cabal update
98+
- run: |
99+
[[ -f "cabal.project.local" ]] && cat cabal.project.local
100+
cabal update
99101
shell: bash
100102
101103
- name: Form the package list ('cabal.project.freeze')

0 commit comments

Comments
 (0)