Skip to content

Commit

Permalink
Remove .stack-work cache (weeder find removed files in cache and fail)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukzak committed Jan 7, 2024
1 parent 83c68ab commit ecd35f9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@ jobs:
restore-keys: |
${{ runner.os }}-stack-global-
- uses: actions/cache@v3
name: Cache .stack-work
with:
path: .stack-work
key: ${{ runner.os }}-stack-work-${{ hashFiles('stack.yaml') }}-${{ hashFiles('package.yaml') }}-${{ hashFiles('**/*.hs') }}
restore-keys: |
${{ runner.os }}-stack-work-
- uses: actions/cache@v3
name: Cache nitta exe
with:
Expand Down

0 comments on commit ecd35f9

Please sign in to comment.