Skip to content

Commit

Permalink
Try not to cache store on Windows in validate jobs
Browse files Browse the repository at this point in the history
to avoid double directory package bugs.
  • Loading branch information
Mikolaj committed Feb 8, 2023
1 parent 696b8dd commit 432fc2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:

# See the following link for a breakdown of the following step
# https://github.com/haskell/actions/issues/7#issuecomment-745697160
- uses: actions/cache@v2
- if: ${{ runner.os != 'Windows' }}
uses: actions/cache@v2
with:
# validate.sh uses a special build dir
path: |
Expand Down

0 comments on commit 432fc2f

Please sign in to comment.