Skip to content

Commit 64a7c12

Browse files
committed
workflows/release-binaries: Install missing dependencies
Reviewed By: thieta Differential Revision: https://reviews.llvm.org/D148772 (cherry picked from commit 74acaf1)
1 parent 12f17d1 commit 64a7c12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
- name: Upload binaries
108108
if: ${{ always() && needs.prepare.outputs.upload == 'true' }}
109109
run: |
110+
sudo apt install python3-github
110111
${{ needs.prepare.outputs.build-dir }}/llvm-project/llvm/utils/release/github-upload-release.py \
111112
--token ${{ github.token }} \
112113
--release ${{ needs.prepare.outputs.release-version }} \

0 commit comments

Comments
 (0)