You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Make full use of haskell-actions/setup,
like picking the latest GHC minor version for you.
Also, it already does a `cabal update`.
- Use `cabal configure` to fix the configuration.
- Freeze file isn't a good cache key as it contains a time stamp.
Use the build plan (`plan.json`) instead.
- Bump actions to their latest version.
- Cache: `restore-keys` automatically includes `key`
0 commit comments