From c9be66870edb4b27f0a3c49c24f5dea361a661e3 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 5 Mar 2023 10:37:10 -0800 Subject: More. --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5eb798320..148f41059 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -183,9 +183,8 @@ jobs: - name: Install dependencies run: | cabal update - dir C:\Users\runneradmin - dir C:\Users\runneradmin\cabal - dir C:\Users\runneradmin\Roaming\cabal + dir C:\cabal + dir C:\cabal\store cabal test ${{ matrix.versions.cabalopts }} --enable-tests --disable-optimization --ghc-options=-Werror all # We no longer run the macos tests, to make CI faster. -- cgit v1.2.3