Enable caching only for bootstrap-haskell wrt #11

This commit is contained in:
Julian Ospald 2019-04-11 10:35:37 +08:00
parent c64cf0efca
commit 8c1dfa3ba0
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 2 additions and 2 deletions

View File

@ -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