[PATCH] D148772: workflows/release-binaries: Install missing dependencies
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 19 18:40:07 PDT 2023
tstellar created this revision.
tstellar added a reviewer: thieta.
Herald added a project: All.
tstellar requested review of this revision.
Herald added a project: LLVM.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D148772
Files:
.github/workflows/release-binaries.yml
Index: .github/workflows/release-binaries.yml
===================================================================
--- .github/workflows/release-binaries.yml
+++ .github/workflows/release-binaries.yml
@@ -107,6 +107,7 @@
- name: Upload binaries
if: ${{ always() && needs.prepare.outputs.upload == 'true' }}
run: |
+ sudo apt install python3-github
${{ needs.prepare.outputs.build-dir }}/llvm-project/llvm/utils/release/github-upload-release.py \
--token ${{ github.token }} \
--release ${{ needs.prepare.outputs.release-version }} \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148772.515174.patch
Type: text/x-patch
Size: 585 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230420/c3fbe08e/attachment.bin>
More information about the llvm-commits
mailing list