Skip to content

Commit da1cbdd

Browse files
committed
Generator in correct spelling
1 parent 028ba92 commit da1cbdd

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 -G"visual studio 16 2019" -DCMAKE_BUILD_TYPE=${{matrix.config}}
172+
run: cmake $Env:GITHUB_WORKSPACE -G"Visual Studio 16 2019" -DCMAKE_BUILD_TYPE=${{matrix.config}}
173173

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

0 commit comments

Comments
 (0)