Install hub

This commit is contained in:
Sean Davis 2023-10-06 21:57:20 -04:00
parent 087662dd67
commit 03b46b6ec9
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install launchpadlib pip install launchpadlib
- name: Install hub
run: |
sudo apt-get update
sudo apt-get install hub
- name: Mirror GitHub bugs from Launchpad - name: Mirror GitHub bugs from Launchpad
id: getlpbugs id: getlpbugs
run: | run: |