diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e707983..99f7dfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,7 +81,8 @@ jobs: cabal update autoreconf --version autoreconf -i - cabal test all --test-show-details=direct + # test filepath >= 1.5 + cabal test --constraint='filepath >= 1.5.0.0' all --test-show-details=direct i386: runs-on: ubuntu-latest