File tree 1 file changed +5
-2
lines changed 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ jobs:
154
154
# https://github.com/haskell/actions/issues/7#issuecomment-745697160
155
155
#
156
156
# See https://github.com/haskell/cabal/pull/8739 for why Windows is excluded
157
+ # But currently this #8739 hits us everwhere
157
158
- if : ${{ runner.os != 'Windows' }}
158
159
uses : actions/cache@v3
159
160
id : cache-haskell
@@ -269,7 +270,8 @@ jobs:
269
270
270
271
- name : Validate lib-suite
271
272
# the [email protected] problem is tracked at https://github.com/haskell/cabal/issues/8858
272
- if : (runner.os != 'Windows') || (matrix.ghc != '9.6.1')
273
+ # but curently can't run it at all because of https://github.com/haskell/cabal/pull/8739
274
+ if : false # (runner.os != 'Windows') || (matrix.ghc != '9.6.1')
273
275
run : sh validate.sh $FLAGS -s lib-suite
274
276
275
277
- name : Validate cli-tests
@@ -278,7 +280,8 @@ jobs:
278
280
279
281
- name : Validate cli-suite
280
282
# the [email protected] problem is tracked at https://github.com/haskell/cabal/issues/8858
281
- if : ((runner.os != 'Windows') || (matrix.ghc != '9.6.1')) && (matrix.cli != 'false')
283
+ # but curently can't run it at all because of https://github.com/haskell/cabal/pull/8739
284
+ if : false # ((runner.os != 'Windows') || (matrix.ghc != '9.6.1')) && (matrix.cli != 'false')
282
285
run : sh validate.sh $FLAGS -s cli-suite
283
286
284
287
# The job below is a copy-paste of validate with the necessary tweaks
You can’t perform that action at this time.
0 commit comments