Skip to content

Commit

Permalink
ci: Install httplib2 for Python for clone
Browse files Browse the repository at this point in the history
Signed-off-by: Qian Qian "Cubik"‎ <[email protected]>
  • Loading branch information
Cubik65536 committed Nov 10, 2024
1 parent 2ce54f6 commit ca57b60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca57b60

Please sign in to comment.