Skip to content

Commit 2313dbc

Browse files
committed
Update Windows.yml
1 parent d47a014 commit 2313dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
}
177177
cd build
178178
echo "Apply clang${{ matrix.clang-runtime }}-*.patch patches:"
179-
cmake - G Ninja -DLLVM_ENABLE_PROJECTS="${{ matrix.llvm_enable_projects}}" `
179+
cmake -G Ninja -DLLVM_ENABLE_PROJECTS="${{ matrix.llvm_enable_projects}}" `
180180
-DLLVM_TARGETS_TO_BUILD="${{ matrix.llvm_targets_to_build }}" `
181181
-DCMAKE_BUILD_TYPE=Release `
182182
-DLLVM_ENABLE_ASSERTIONS=ON `

0 commit comments

Comments
 (0)