We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa0338 commit fc894f2Copy full SHA for fc894f2
1 file changed
.github/workflows/windows.yaml
@@ -23,13 +23,13 @@ jobs:
23
cmake_configure_options: '-G "Visual Studio 17 2022" -A x64',
24
build_type: "Debug",
25
}
26
- #- {
27
- # name: "Windows MSVC (Release)",
28
- # compiler: "msvc",
29
- # cc: "cl", cxx: "cl",
30
- # cmake_configure_options: '-G "Visual Studio 17 2022" -A x64',
31
- # build_type: "Release",
32
- #}
+ - {
+ name: "Windows MSVC (Release)",
+ compiler: "msvc",
+ cc: "cl", cxx: "cl",
+ cmake_configure_options: '-G "Visual Studio 17 2022" -A x64',
+ build_type: "Release",
+ }
33
34
steps:
35
- name: Checkout
0 commit comments