We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca44eb commit 18ea278Copy full SHA for 18ea278
1 file changed
.github/workflows/cmake.yml
@@ -483,7 +483,7 @@ jobs:
483
- name: Windows MSVC 2026 v145 Win64 C23
484
os: windows-2025-vs2026
485
compiler: cl
486
- cmake-args: -G "Visual Studio 18 2026" -A x64 -T v145 -DCMAKE_C_STANDARD=23
+ cmake-args: -G "Visual Studio 18 2026" -A x64 -T v145 -DCMAKE_C_STANDARD=23 -DWITH_BENCHMARKS=ON
487
# Coverage disabled for msvc
488
489
- name: Windows MSVC 2022 v143 Win32
0 commit comments