[llvm] workflows: Fixes for building the release binaries (PR #83694)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 2 17:06:27 PST 2024


================
@@ -44,14 +44,21 @@ jobs:
       upload: ${{ steps.vars.outputs.upload }}
 
     steps:
+    - name: Install Dependencies
+      run: |
+        sudo apt-get update
+        sudo apt-get install -y \
+            python3-github
----------------
boomanaiden154 wrote:

I'm thinking we should probably install from a `requirements.txt` so that we get better version control? `llvm/utils/git/requirements.txt` would work I think.

https://github.com/llvm/llvm-project/pull/83694


More information about the llvm-commits mailing list