mirror of
https://github.com/gulrak/filesystem.git
synced 2026-01-01 03:12:08 +08:00
Update build_cmake.yml to disable testing against the std filesystem in MSYS2 builds
This commit is contained in:
parent
2d8c9ec715
commit
0eef0ffea4
2
.github/workflows/build_cmake.yml
vendored
2
.github/workflows/build_cmake.yml
vendored
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user