summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2023-04-20 08:21:51 -0700
committerTom Stellard <tstellar@redhat.com>2023-04-20 08:22:34 -0700
commit64a7c127cea8462f399e55e766cc522402ab00e2 (patch)
treef086b709bb0f7f883c93faf1523c8e4a5ec9b437
parent12f17d196effb2621023623d4ab2129566cf593f (diff)
downloadllvm-64a7c127cea8462f399e55e766cc522402ab00e2.tar.gz
workflows/release-binaries: Install missing dependencies
Reviewed By: thieta Differential Revision: https://reviews.llvm.org/D148772 (cherry picked from commit 74acaf1809a47833ad973826d6f0f76c2261247e)
-rw-r--r--.github/workflows/release-binaries.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml
index 83d275b8396c..2be6f0fbdc53 100644
--- a/.github/workflows/release-binaries.yml
+++ b/.github/workflows/release-binaries.yml
@@ -107,6 +107,7 @@ jobs:
- 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 }} \