diff options
| author | John MacFarlane <[email protected]> | 2023-03-05 10:37:10 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-03-05 10:37:10 -0800 |
| commit | c9be66870edb4b27f0a3c49c24f5dea361a661e3 (patch) | |
| tree | 218a02c99d4d18f99f9079cafd73d6bc5eb27653 | |
| parent | f3e9571c5fc0e700a7359056da64ae1917ef64a8 (diff) | |
More.windows-ci
| -rw-r--r-- | .github/workflows/ci.yml | 5 |
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. |
