Skip to content

Commit

Permalink
CI: Install hub
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesabre committed Jan 24, 2024
1 parent 3d716a3 commit 2fc796f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/track-lp-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install launchpadlib
- name: Install hub
run: |
sudo apt-get update
sudo apt-get install hub
- name: Mirror GitHub bugs from Launchpad
id: getlpbugs
run: |
Expand Down

0 comments on commit 2fc796f

Please sign in to comment.