Skip to content

Commit efd3cf5

Browse files
committed
Use cmake generator directly
1 parent f0e9183 commit efd3cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
- name: Configure CMake (Windows)
170170
if: runner.os == 'Windows'
171171
working-directory: ${{runner.workspace}}/build
172-
run: cmake $Env:GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=${{matrix.config}}
172+
run: cmake $Env:GITHUB_WORKSPACE -g "visual studio 16 2019 win64" -DCMAKE_BUILD_TYPE=${{matrix.config}}
173173

174174
- name: Build
175175
working-directory: ${{runner.workspace}}/build

0 commit comments

Comments
 (0)