Update build_cmake.yml to disable testing against the std filesystem in MSYS2 builds

This commit is contained in:
Steffen Schümann 2025-12-31 13:53:35 +01:00
parent 2d8c9ec715
commit 0eef0ffea4

View File

@ -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}