Skip to content

Commit a3366d0

Browse files
committed
fix(ci): typo
1 parent ac77ba8 commit a3366d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
name: Building
117117
command: |
118118
& 'C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\Common7\\Tools\\Launch-VsDevShell.ps1' -arch << parameters.arch >>
119-
cmake --preset=ci-winwdows -B build -DCMAKE_BUILD_TYPE=Debug .
119+
cmake --preset=ci-windows -B build -DCMAKE_BUILD_TYPE=Debug .
120120
cmake --build build -j $env:MAKE_JOB_COUNT -v
121121
- run:
122122
name: Testing

0 commit comments

Comments
 (0)