Skip to content

Commit c0e1903

Browse files
jneiramichaelpj
andauthored
Update .github/actions/setup-build/action.yml
Co-authored-by: Michael Peyton Jones <me@michaelpj.com>
1 parent 378c1ce commit c0e1903

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
@@ -32,7 +32,7 @@ runs:
3232
echo "CABAL_PKGS_DIR=~/.cabal/packages" >> $GITHUB_ENV
3333
shell: bash
3434

35-
# Needs to be before Cache Cabal so the cache can detect changes to the modified cabal.project file
35+
# Needs to be before the caching step so that the cache can detect changes to the modified cabal.project file
3636
- if: inputs.ghc == '9.0.1' || inputs.ghc == '9.2.1'
3737
name: (GHC 9.0/9.2) Use modified `cabal.project`
3838
env:

0 commit comments

Comments
 (0)