Skip to content

Commit

Permalink
fix(ci): adjusting cache steps
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Jan 21, 2024
1 parent 2333e85 commit c3597a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
restore-keys: |
ansible-
- name: Install dependencies
run: |
echo "::group::Install Ansible role requirements from collections/requirements.yml"
ansible-galaxy install -r collections/requirements.yml
echo "::endgroup::"
- name: Configure Homebrew cache
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # 4.0
with:
Expand Down

0 comments on commit c3597a9

Please sign in to comment.