From 1501452f83cde1cd33d6e98ab45738008a2ff914 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Mon, 27 May 2019 18:15:43 +0200 Subject: ci: Switch to stack included in CI images --- scripts/ci/steps/25-deps.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts/ci/steps') diff --git a/scripts/ci/steps/25-deps.sh b/scripts/ci/steps/25-deps.sh index 69e5ef3..b4d4bf5 100644 --- a/scripts/ci/steps/25-deps.sh +++ b/scripts/ci/steps/25-deps.sh @@ -18,7 +18,5 @@ ghc_ver=$(ghc --numeric-version) if verlte "$stack_ver" 1.9.3 && verlte 8.2.2 "$ghc_ver" then - "$CI_SCRIPTS_DIR"/install-stack.sh "$build_dir/bin" - PATH="$build_dir/bin:$PATH" - export PATH + echo WARNING -- the tests need stack >= 1.9.4 please install it >&2 fi -- cgit v1.2.3