Skip to content

Commit fc894f2

Browse files
Finished CI script, hopefully
1 parent 6aa0338 commit fc894f2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/windows.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
cmake_configure_options: '-G "Visual Studio 17 2022" -A x64',
2424
build_type: "Debug",
2525
}
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-
#}
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+
}
3333

3434
steps:
3535
- name: Checkout

0 commit comments

Comments
 (0)