diff options
Diffstat (limited to 'scripts/ci')
-rw-r--r-- | scripts/ci/steps/25-deps.sh | 4 |
1 files changed, 1 insertions, 3 deletions
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 |