From b77dfe5fcdae8f27005418c53c7f6d0f63dc782a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 18 Apr 2020 21:02:06 -0700 Subject: CI: Don't cache .stack-work. --- .github/workflows/ci.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f42e1574f..3db223537 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,12 +117,12 @@ jobs: restore-keys: ${{ runner.os }}-appdata-roaming-stack # stack's local package dbs for the project and each package - - name: Cache .stack-work - uses: actions/cache@v1 - with: - path: .stack-work - key: ${{ runner.os }}-stack-work-${{ hashFiles('**.yaml') }} - restore-keys: ${{ runner.os }}-stack-work + # - name: Cache .stack-work + # uses: actions/cache@v1 + # with: + # path: .stack-work + # key: ${{ runner.os }}-stack-work-${{ hashFiles('**.yaml') }} + # restore-keys: ${{ runner.os }}-stack-work - name: Install dependencies run: | @@ -158,11 +158,11 @@ jobs: ${{ runner.os }}-stack # stack's local package db - - name: Cache .stack-work - uses: actions/cache@v1 - with: - path: .stack-work - key: ${{ runner.os }}-stack-work + # - name: Cache .stack-work + # uses: actions/cache@v1 + # with: + # path: .stack-work + # key: ${{ runner.os }}-stack-work - name: Install dependencies run: | -- cgit v1.2.3