Skip to content

Commit e402a19

Browse files
committed
Update test configs
1 parent 2bd6c03 commit e402a19

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/msvc_clang.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ jobs:
1010

1111
- win_ver: '2022'
1212
build_type: 'Release'
13-
flags: '/std:c++latest -msse2'
13+
flags: '-std:c++latest -msse2'
14+
15+
- win_ver: '2022'
16+
build_type: 'Debug'
17+
flags: '-std:c++latest -msse2'
1418

1519
runs-on: windows-${{ matrix.win_ver }}
1620

0 commit comments

Comments
 (0)