fix formatting
This commit is contained in:
parent
97b2139fd7
commit
31f2f3b7c3
|
@ -53,8 +53,9 @@ jobs:
|
|||
- job: Windows-cl
|
||||
pool:
|
||||
vmImage: 'windows2019'
|
||||
steps:
|
||||
- task: CMake@1
|
||||
inputs:
|
||||
workingDirectory: 'build' # Optional
|
||||
cmakeArgs: -G "Visual Studio 15 2017 Win64"
|
||||
cmakeArgs: '-G "Visual Studio 15 2017 Win64 .."'
|
||||
|
||||
|
|
Loading…
Reference in New Issue