We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d9abe commit 4f3cff9Copy full SHA for 4f3cff9
.github/actions/setup-build/action.yml
@@ -95,7 +95,9 @@ runs:
95
96
# To ensure we get the latest hackage index without relying on the haskell action logic
97
# It has to be done before `cabal freeze` to make it aware of the new index
98
- - run: cabal update
+ - run: |
99
+ [[ -f "cabal.project.local" ]] && cat cabal.project.local
100
+ cabal update
101
shell: bash
102
103
- name: Form the package list ('cabal.project.freeze')
0 commit comments