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 378c1ce commit c0e1903Copy full SHA for c0e1903
.github/actions/setup-build/action.yml
@@ -32,7 +32,7 @@ runs:
32
echo "CABAL_PKGS_DIR=~/.cabal/packages" >> $GITHUB_ENV
33
shell: bash
34
35
- # Needs to be before Cache Cabal so the cache can detect changes to the modified cabal.project file
+ # Needs to be before the caching step so that the cache can detect changes to the modified cabal.project file
36
- if: inputs.ghc == '9.0.1' || inputs.ghc == '9.2.1'
37
name: (GHC 9.0/9.2) Use modified `cabal.project`
38
env:
0 commit comments