From 727853dc95f518f63e96238a1c3da00e53295f2f Mon Sep 17 00:00:00 2001
From: Julian Ospald <hasufell@posteo.de>
Date: Wed, 29 Nov 2023 23:47:07 +0800
Subject: [PATCH] Make sure to test os-string on fedora

---
 .github/workflows/ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
-- 
GitLab