Skip to content

Commit 6ee02f9

Browse files
committed
Removed DEBUG build from Windows CI
1 parent f7701b8 commit 6ee02f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: windows-latest
1616
strategy:
1717
matrix:
18-
build_type: [Release, Debug]
18+
build_type: [Release]
1919
build_shared: [ON, OFF]
2020
steps:
2121
- name: Checkout repository
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: windows-latest
6464
strategy:
6565
matrix:
66-
build_type: [Release, Debug]
66+
build_type: [Release]
6767
build_shared: [ON, OFF]
6868
steps:
6969
- name: Checkout repository
@@ -91,4 +91,4 @@ jobs:
9191
- name: Install
9292
working-directory: build
9393
run: cmake --install . --config ${{ matrix.build_type }}
94-
94+

0 commit comments

Comments
 (0)