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
We should not use haskell/actions/setup@v2 action because it installs unnecessary tools for us. The only tool we need is ghcup which we can use to install stack.
This will improve initialization times of Haskell actions.
The text was updated successfully, but these errors were encountered:
Make a custom step to pull ghcup to install all tools for the project.
To setup working environment we install `stack` and configure it to use
globally installed GHC from ghcup. This makes it easier to cache
everything.
#286
Make a custom step to pull `ghcup` to install all tools for the project.
To set up a working environment, we install `stack` and configure it to
use globally installed `GHC` from `ghcup`. This makes it easier to cache
everything.
#286
We should not use
haskell/actions/setup@v2
action because it installs unnecessary tools for us. The only tool we need isghcup
which we can use to installstack
.This will improve initialization times of Haskell actions.
The text was updated successfully, but these errors were encountered: