From 0eef0ffea4bbc63c146ce0d5a40f6a88ec569b60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schu=CC=88mann?= Date: Wed, 31 Dec 2025 13:53:35 +0100 Subject: [PATCH] Update build_cmake.yml to disable testing against the std filesystem in MSYS2 builds --- .github/workflows/build_cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 5aff028..3639679 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -188,7 +188,7 @@ jobs: - name: Configure shell: msys2 {0} run: | - cmake -G Ninja -S . -B build -DCMAKE_BUILD_TYPE=Release + cmake -G Ninja -S . -B build -DCMAKE_BUILD_TYPE=Release -DGHC_FILESYSTEM_BUILD_STD_TESTING=NO - name: Build shell: msys2 {0}