We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7701b8 commit 6ee02f9Copy full SHA for 6ee02f9
.github/workflows/windows.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: windows-latest
16
strategy:
17
matrix:
18
- build_type: [Release, Debug]
+ build_type: [Release]
19
build_shared: [ON, OFF]
20
steps:
21
- name: Checkout repository
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
69
@@ -91,4 +91,4 @@ jobs:
91
- name: Install
92
working-directory: build
93
run: cmake --install . --config ${{ matrix.build_type }}
94
-
+
0 commit comments