diff --git a/.circleci/config.yml b/.circleci/config.yml index 254302e..7703253 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ env: &env # Common options # ------------------------------------------------------------------------ # GHC_OPTIONS: "-Werror" - GHCUPVER: 0.1.20.0 + GHCUP_VERSION: 0.1.20.0 CABAL_REINIT_CONFIG: "y" LC_ALL: "C.UTF-8" @@ -95,7 +95,7 @@ preinstall: &preinstall apt-get install -y zlib1g-dev # For ghcup to install ghc - if test -n "$GHCUPVER" + if test -n "$GHCUP_VERSION" then apt-get install -y gcc apt-get install -y g++