Skip to content
Snippets Groups Projects
Commit d55a8586 authored by Oleg Grenrus's avatar Oleg Grenrus
Browse files

T5677 test doesn't work on GitHub actions windows

parent 7e8f37ad
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,5 @@ import Test.Cabal.Prelude
main = cabalTest $ do
-- -Wmissing-export-lists is new in 8.4.
skipUnless =<< ghcVersionIs (>= mkVersion [8,3])
skipIf =<< isWindows -- TODO: https://github.com/haskell/cabal/issues/6271
cabal "v2-build" ["all"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment