mirror of
https://github.com/gulrak/filesystem.git
synced 2026-04-30 19:09:11 +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
|
- name: Configure
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
run: |
|
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
|
- name: Build
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user