From d76a9b9c6a70c19706b8f6bab07bfac922c3b1ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Qian=20Qian=20=22Cubik=22=E2=80=8E?= Date: Fri, 8 Nov 2024 22:00:15 -0500 Subject: [PATCH] ci: Install httplib2 for Python for clone MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Qian Qian "Cubik"‎ --- .github/workflows/building.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/building.yml b/.github/workflows/building.yml index 46812a6..1ae545d 100644 --- a/.github/workflows/building.yml +++ b/.github/workflows/building.yml @@ -46,6 +46,8 @@ jobs: python-version: '3.11' - name: Install coreutils run: brew install coreutils + - name: Install httplib2 for Python + run: pip install httplib2 --break-system-package - name: Download and unpack required resources run: ./github_fetch_resources.sh | tee -a github_actions_retrieve_resources.log - name: List resources