From 3f455aedfa653d55dc3f0bd491ae9d22b2a4c57a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 14 Sep 2019 10:47:29 -0700 Subject: Github CI/windows: separate dependencies step. --- .github/workflows/haskell.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 0507056c2..d2ee6bfd7 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -38,8 +38,11 @@ jobs: shell: cmd run: | choco install haskell-stack + - name: Install dependencies + run: | + stack update + stack test --dependencies-only - name: Build and test shell: cmd run: | - stack update stack test -- cgit v1.2.3