Skip to content

Commit 8cd5e7f

Browse files
authored
Update .github/actions/setup-build/action.yml
Co-Authored-By: @michaelpj
1 parent b422d5f commit 8cd5e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ runs:
8585
key: ${{ env.cache-name }}-${{ env.INDEX_STATE }}
8686
restore-keys: ${{ env.cache-name }}-
8787

88-
# To ensure we get the lastest hackage index without telying in the haskell action logic
88+
# To ensure we get the latest hackage index without relying on the haskell action logic
8989
# It has to be done before `cabal freeze` to make it aware of the new index
9090
- run: cabal update
9191
shell: bash

0 commit comments

Comments
 (0)