Skip to content

Commit ca57b60

Browse files
committed
ci: Install httplib2 for Python for clone
Signed-off-by: Qian Qian "Cubik"‎ <[email protected]>
1 parent 2ce54f6 commit ca57b60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/building.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
python-version: '3.11'
4747
- name: Install coreutils
4848
run: brew install coreutils
49+
- name: Install httplib2 for Python
50+
run: pip install httplib2 --break-system-package
4951
- name: Download and unpack required resources
5052
run: ./github_fetch_resources.sh | tee -a github_actions_retrieve_resources.log
5153
- name: List resources

0 commit comments

Comments
 (0)