[llvm] [CI] Fix command not found error in monolithic-linux (PR #137486)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 26 20:08:59 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: Aiden Grossman (boomanaiden154)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/137486.diff
1 Files Affected:
- (modified) .github/workflows/premerge.yaml (-1)
``````````diff
diff --git a/.github/workflows/premerge.yaml b/.github/workflows/premerge.yaml
index dd442dc636c03..c315ee37646d2 100644
--- a/.github/workflows/premerge.yaml
+++ b/.github/workflows/premerge.yaml
@@ -65,7 +65,6 @@ jobs:
export CXX=/opt/llvm/bin/clang++
./.ci/monolithic-linux.sh "${projects_to_build}" "${project_check_targets}" "${runtimes_to_build}" "${runtimes_check_targets}"
- - name: "Upload artifact"
- name: Upload Artifacts
uses: actions/upload-artifact at 65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
``````````
</details>
https://github.com/llvm/llvm-project/pull/137486
More information about the llvm-commits
mailing list