Skip to content

Commit

Permalink
ci: update apt before installing hub
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli committed May 5, 2023
1 parent a3bffe9 commit 7066779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r ansible_collections/middleware_automation/keycloak/docs/requirements.txt
pip install -r ansible_collections/middleware_automation/keycloak/requirements.txt
sudo apt --fix-missing update
sudo apt install -y sed hub
- name: Create default collection path
Expand Down

0 comments on commit 7066779

Please sign in to comment.