Enable caching only for bootstrap-haskell wrt #11
This commit is contained in:
parent
c64cf0efca
commit
8c1dfa3ba0
@ -74,10 +74,10 @@ if [ -z "${BOOTSTRAP_HASKELL_NONINTERACTIVE}" ] ; then
|
||||
read -r answer </dev/tty
|
||||
fi
|
||||
|
||||
edo ghcup install
|
||||
edo ghcup --cache install
|
||||
|
||||
edo ghcup set
|
||||
edo ghcup install-cabal
|
||||
edo ghcup --cache install-cabal
|
||||
|
||||
edo cabal new-update
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user