Skip to content

Commit

Permalink
Improve CI Stack cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
cydparser committed Oct 14, 2023
1 parent 560d0f7 commit f134135
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ jobs:
with:
path: |
~/.stack
key: ${{ runner.os }}-${{ matrix.ghc }}-stack

key: ${{ runner.os }}-${{ steps.setup.outputs.ghc-version }}-stack

- name: Install dependencies
run: |
Expand Down

0 comments on commit f134135

Please sign in to comment.