We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb7ecc commit 8b73572Copy full SHA for 8b73572
.github/workflows/amd64_windows.yml
@@ -10,7 +10,7 @@ jobs:
10
matrix:
11
cmake: [
12
{name: "VS22", generator: "Visual Studio 17 2022", config: Release, build_target: ALL_BUILD, test_target: RUN_TESTS, install_target: INSTALL},
13
- {name: "VS22", generator: "Visual Studio 17 2022", config: Debug, build_target: ALL_BUILD, test_target: RUN_TESTS, install_target: INSTALL},
+ #{name: "VS22", generator: "Visual Studio 17 2022", config: Debug, build_target: ALL_BUILD, test_target: RUN_TESTS, install_target: INSTALL},
14
]
15
python: [
16
{version: "3.9", dir: Python309},
0 commit comments