Skip to content

Commit

Permalink
exclude .stack/programs
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Jul 11, 2024
1 parent 7061a82 commit 0d5816b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
with:
key: ${{ matrix.os }}_${{ matrix.resolver }}
path: |
~/.stack
~/.stack/*
!~/.stack/programs
./.stack-work
./*/.stack-work
- name: Build and run tests
Expand Down

0 comments on commit 0d5816b

Please sign in to comment.