Manually install 'hub' dependency

This commit is contained in:
Vidar Holen 2023-10-08 19:42:31 -07:00
parent 6a6d8e9fc4
commit 99a94421ab
1 changed files with 5 additions and 0 deletions
.github/workflows

View File

@ -103,6 +103,11 @@ jobs:
runs-on: ubuntu-latest
environment: Deploy
steps:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install hub
- name: Checkout repository
uses: actions/checkout@v3