Skip to content

Commit e8caf44

Browse files
committed
XXX: Fix
1 parent af3544d commit e8caf44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
test_runs_on="${{ inputs.runs-on }}"
165165
# These runners hit timeouts building all of LLVM, so we need to
166166
# limit the projects that we build.
167-
target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_PROJECTS=clang;lld;lldb;clang-tools-extra;mlir"
167+
target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_PROJECTS='clang;lld;lldb;clang-tools-extra;mlir'"
168168
;;
169169
macos-14)
170170
if [ "$GITHUB_EVENT_NAME" = "pull_request" ]; then

0 commit comments

Comments
 (0)