From f3f2ae112f4f3036b72e461f8b8129ade0924fe7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 2 Jul 2023 08:35:55 +0300 Subject: [PATCH] Drop newstack --- .github/workflows/tests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ef300df8..1bad46df 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,7 +52,5 @@ jobs: shell: bash run: | set -ex - mkdir -p ../_newstack - stack upgrade --force-download --local-bin-path ../_newstack - ../_newstack/stack --version - ../_newstack/stack test --fast --no-terminal ${{ matrix.args }} + stack --version + stack test --fast --no-terminal ${{ matrix.args }}