Skip to content

Commit

Permalink
cache stack work
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Jul 10, 2024
1 parent b1f94de commit f7c4b79
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ jobs:
cabal-update: false
- name: Clone project
uses: actions/checkout@v4
- name: Use Cache
uses: actions/cache@v4
with:
key: ${{ matrix.os }}_${{ matrix.resolver }}
path: |
~/.stack
./.stack-work
./*/.stack-work
- name: Build and run tests
shell: bash
run: |
Expand Down

0 comments on commit f7c4b79

Please sign in to comment.