Skip to content

Commit 6516725

Browse files
committed
CI: no need to exclude caching on Windows anymore
1 parent a32fce6 commit 6516725

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/validate.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ jobs:
5959

6060
# See the following link for a breakdown of the following step
6161
# 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
6663
with:
6764
# validate.sh uses a special build dir
6865
path: |
@@ -213,8 +210,7 @@ jobs:
213210
# https://github.com/haskell/actions/issues/7#issuecomment-745697160
214211
#
215212
# 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
218214
with:
219215
# validate.sh uses a special build dir
220216
path: |

0 commit comments

Comments
 (0)