From acbe4acff0f2a695e671bdc2ab1a405f0082ec74 Mon Sep 17 00:00:00 2001 From: John Ky Date: Tue, 28 Jul 2020 20:27:59 +1000 Subject: [PATCH] Fix macos builds --- .circleci/config.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b24c7f79..60c8dc67 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -66,7 +66,15 @@ workflows: name: Install GHC command: | brew update - brew install jq md5sha1sum ghc cabal-install + brew upgrade python@3 + brew install jq libsodium bc pkg-config shellcheck md5sha1sum + curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 sh + cat >> $BASH_ENV \<