Skip to content

Commit 02963e6

Browse files
authored
Update monolithic-windows.sh
1 parent 2dfd6d0 commit 02963e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/monolithic-windows.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
5454
-DLLVM_INCLUDE_UTILS=ON \
5555
-DLLVM_INSTALL_UTILS=ON
5656

57-
ninja -C "${BUILD_DIR}" -k 0 install
58-
5957
start-group "ninja"
6058

6159
# Targets are not escaped as they are passed as separate arguments.
6260
ninja -C "${BUILD_DIR}" -k 0 ${targets} |& tee ninja.log
6361

62+
ninja -C "${BUILD_DIR}" -k 0 install
63+
6464
if [[ "${runtime_targets}" != "" ]]; then
6565
start-group "ninja runtimes"
6666

0 commit comments

Comments
 (0)