summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 2 insertions, 8 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bc6f9c3ca..758cb5a80 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -162,20 +162,14 @@ jobs:
steps:
- uses: actions/checkout@v3
- - name: Setup Haskell
- id: setup-haskell
- uses: actions/setup-haskell@v1.1
- with:
- ghc-version: 9.4.4
- cabal-version: latest
-
# declare/restore cached things
- name: Cache cabal global package db
id: cabal-global
uses: actions/cache@v3
with:
- path: ${{ steps.setup-haskell.outputs.cabal-store }}
+ path: |
+ C:\Users\runneradmin\AppData\cabal\store
key: ${{ runner.os }}-appdata-cabal-${{ hashFiles('cabal.project') }}-${{ secrets.CACHE_VERSION }}
- name: Cache cabal work