Skip to content

Commit 727853d

Browse files
committed
Make sure to test os-string on fedora
1 parent 0ed9175 commit 727853d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ jobs:
8181
cabal update
8282
autoreconf --version
8383
autoreconf -i
84-
cabal test all --test-show-details=direct
84+
# test filepath >= 1.5
85+
cabal test --constraint='filepath >= 1.5.0.0' all --test-show-details=direct
8586
8687
i386:
8788
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)