Fix CI on FreeBSD
This commit is contained in:
parent
a1282b2854
commit
d7a6935a1a
@ -71,10 +71,10 @@ ghci-$(ghc --numeric-version) --version
|
|||||||
|
|
||||||
# test installing new ghc doesn't mess with currently set GHC
|
# test installing new ghc doesn't mess with currently set GHC
|
||||||
# https://gitlab.haskell.org/haskell/ghcup-hs/issues/7
|
# https://gitlab.haskell.org/haskell/ghcup-hs/issues/7
|
||||||
if [ "${OS}" = "DARWIN" ] ; then
|
if [ "${OS}" = "LINUX" ] ; then
|
||||||
eghcup install 8.4.4
|
|
||||||
else # test wget a bit
|
|
||||||
eghcup --downloader=wget install 8.4.4
|
eghcup --downloader=wget install 8.4.4
|
||||||
|
else # test wget a bit
|
||||||
|
eghcup install 8.4.4
|
||||||
fi
|
fi
|
||||||
[ "$(ghc --numeric-version)" = "${ghc_ver}" ]
|
[ "$(ghc --numeric-version)" = "${ghc_ver}" ]
|
||||||
eghcup set 8.4.4
|
eghcup set 8.4.4
|
||||||
|
Loading…
Reference in New Issue
Block a user