aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-03-05 10:37:10 -0800
committerJohn MacFarlane <[email protected]>2023-03-05 10:37:10 -0800
commitc9be66870edb4b27f0a3c49c24f5dea361a661e3 (patch)
tree218a02c99d4d18f99f9079cafd73d6bc5eb27653
parentf3e9571c5fc0e700a7359056da64ae1917ef64a8 (diff)
-rw-r--r--.github/workflows/ci.yml5
1 files 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.