We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32fce6 commit 6516725Copy full SHA for 6516725
.github/workflows/validate.yml
@@ -59,10 +59,7 @@ jobs:
59
60
# See the following link for a breakdown of the following step
61
# https://github.com/haskell/actions/issues/7#issuecomment-745697160
62
- #
63
- # See https://github.com/haskell/cabal/pull/8739 for why Windows is excluded
64
- - if: ${{ runner.os != 'Windows' }}
65
- uses: actions/cache@v3
+ - uses: actions/cache@v3
66
with:
67
# validate.sh uses a special build dir
68
path: |
@@ -213,8 +210,7 @@ jobs:
213
210
214
211
#
215
212
# See https://github.com/haskell/cabal/pull/8739 for why Windows is excluded
216
217
218
219
220
0 commit comments