We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd3cf5 commit 028ba92Copy full SHA for 028ba92
.github/workflows/integrate.yml
@@ -169,7 +169,7 @@ jobs:
169
- name: Configure CMake (Windows)
170
if: runner.os == 'Windows'
171
working-directory: ${{runner.workspace}}/build
172
- run: cmake $Env:GITHUB_WORKSPACE -g "visual studio 16 2019 win64" -DCMAKE_BUILD_TYPE=${{matrix.config}}
+ run: cmake $Env:GITHUB_WORKSPACE -G"visual studio 16 2019" -DCMAKE_BUILD_TYPE=${{matrix.config}}
173
174
- name: Build
175
0 commit comments