Skip to content

Commit cc3f67a

Browse files
github action: using RelWithDebInfo config for build-win10-dev
1 parent 31a1496 commit cc3f67a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ jobs:
6161
strategy:
6262
matrix:
6363
toolset: [x64]
64-
config: [Release]
64+
config: [RelWithDebInfo]
6565

6666
runs-on: windows-latest
67-
name: Windows 10, ${{ matrix.config }}Dev ${{ matrix.toolset }}
67+
name: Windows 10, ${{ matrix.config }}-DEV ${{ matrix.toolset }}
6868

6969
steps:
7070
- name: Clone DiligentTools

0 commit comments

Comments
 (0)