Skip to content

Commit

Permalink
Fix the ghcup version environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed May 1, 2024
1 parent 1d822c2 commit c005ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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++
Expand Down

0 comments on commit c005ec3

Please sign in to comment.