diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-03-05 10:28:02 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-03-05 10:28:02 -0800 |
| commit | 2b5385922f6cf0965576382e06923d0b95a98e71 (patch) | |
| tree | cde0cb89ca6134650d628382bc2c2d8efedadf08 /.github/workflows | |
| parent | 4345350038609e4b47270dcb73c1bc6dcb3dfd60 (diff) | |
Revert "Another attempt at fixing Windows CI caching."
This reverts commit 4345350038609e4b47270dcb73c1bc6dcb3dfd60.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 10 |
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 |
