-
Notifications
You must be signed in to change notification settings - Fork 54
Fix #29: new input cabal-update: false
to skip 'cabal update'
#146
Conversation
I am not so sure about this change anymore. I think of this setup action as a "batteries included", maybe for the price of some redundancy. |
what about a config switch to disable it? |
Yes, that's an option, see #29 (comment). |
cabal-update: false
to not run 'cabal update'
CI: the "test project" seems to build even without
|
Thanks for making update optional, it would need change https://github.com/haskell/actions/blob/main/setup/README.md adding the new option |
Ah, thanks for the alert! |
I now added the description of This PR is ready again. |
Planning to release this as 2.3.0. Minor version bump because of new feature. |
cabal-update: false
to not run 'cabal update'cabal-update: false
to skip 'cabal update'
Final description of this PR:This commit introduces a new boolean input The new flag To test that |
Fix #29:
don't run 'cabal update'.New inputcabal-update
(defaulttrue
) that can be set tofalse
to turn off runningcabal update
.This breaking behavior requires a major version bump (e.g. to v3.0.0).