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 b422d5f commit 8cd5e7fCopy full SHA for 8cd5e7f
.github/actions/setup-build/action.yml
@@ -85,7 +85,7 @@ runs:
85
key: ${{ env.cache-name }}-${{ env.INDEX_STATE }}
86
restore-keys: ${{ env.cache-name }}-
87
88
- # To ensure we get the lastest hackage index without telying in the haskell action logic
+ # To ensure we get the latest hackage index without relying on the haskell action logic
89
# It has to be done before `cabal freeze` to make it aware of the new index
90
- run: cabal update
91
shell: bash
0 commit comments