summaryrefslogtreecommitdiff
path: root/.github/workflows
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:21:53 -0700
commit74acaf1809a47833ad973826d6f0f76c2261247e (patch)
tree7ef07cb84c78798e121fadbc4bbfa99a3fdf0513 /.github/workflows
parent93d6289c987a68c463079100c25d601e71153f2f (diff)
downloadllvm-74acaf1809a47833ad973826d6f0f76c2261247e.tar.gz
workflows/release-binaries: Install missing dependencies
Reviewed By: thieta Differential Revision: https://reviews.llvm.org/D148772
Diffstat (limited to '.github/workflows')
-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 }} \