Skip to content

Commit c9181f2

Browse files
authored
Update windows_msvc.yml
1 parent 15ed68e commit c9181f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows_msvc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ master ]
88

99
env:
10-
BUILD_TYPE: Debug
10+
BUILD_TYPE: Release
1111
# It is impossible to start CH server in docker on macos due to github actions limitations,
1212
# so limit tests to ones that do no require server interaction.
1313
GTEST_FILTER: --gtest_filter=-"Client/*:*Performance*"
@@ -21,7 +21,7 @@ jobs:
2121
- uses: ilammy/msvc-dev-cmd@v1
2222

2323
- name: Configure CMake
24-
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DBUILD_TESTS=ON -G "Visual Studio 16 2019" -DCMAKE_VERBOSE_MAKEFILE=ON
24+
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DBUILD_TESTS=ON
2525

2626
- name: Build
2727
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

0 commit comments

Comments
 (0)