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 c0e1903 commit b422d5fCopy full SHA for b422d5f
.github/actions/setup-build/action.yml
@@ -114,7 +114,7 @@ runs:
114
${{ env.cache-name }}-${{ inputs.os }}-${{ inputs.ghc }}-
115
${{ env.cache-name }}-${{ inputs.os }}-
116
117
- # We remove the freeze file cause it could interfere the build
+ # We remove the freeze file because it could interfere with the build
118
- name: "Remove freeze file"
119
run: rm -f cabal.project.freeze
120
shell: bash
0 commit comments