We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679c693 commit 5dd5f27Copy full SHA for 5dd5f27
.github/workflows/release-binaries.yml
@@ -164,7 +164,7 @@ jobs:
164
macos-13)
165
if [ "$GITHUB_EVENT_NAME" = "pull_request" ]; then
166
build_runs_on="${{ inputs.runs-on }}"
167
- target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_LTO=OFF -DLLVM_RELEASE_ENABLE_PGO=OFF
+ target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_LTO=OFF -DLLVM_RELEASE_ENABLE_PGO=OFF"
168
else
169
build_runs_on="macos-13-large"
170
fi
0 commit comments