File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 59
59
60
60
# See the following link for a breakdown of the following step
61
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
62
+ - uses : actions/cache@v3
66
63
with :
67
64
# validate.sh uses a special build dir
68
65
path : |
@@ -213,8 +210,7 @@ jobs:
213
210
# https://github.com/haskell/actions/issues/7#issuecomment-745697160
214
211
#
215
212
# See https://github.com/haskell/cabal/pull/8739 for why Windows is excluded
216
- - if : ${{ runner.os != 'Windows' }}
217
- uses : actions/cache@v3
213
+ - uses : actions/cache@v3
218
214
with :
219
215
# validate.sh uses a special build dir
220
216
path : |
You can’t perform that action at this time.
0 commit comments