diff options
-rw-r--r-- | .github/workflows/ci.yml | 22 |
1 files 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: | |