[PATCH] D148772: workflows/release-binaries: Install missing dependencies

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 20 08:22:34 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG74acaf1809a4: workflows/release-binaries: Install missing dependencies (authored by tstellar).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148772/new/

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.515345.patch
Type: text/x-patch
Size: 585 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230420/0d8a71ea/attachment.bin>


More information about the llvm-commits mailing list