From c3597a96231b6ba4d853ff16290718b8abf78ed7 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sun, 21 Jan 2024 15:19:52 -0600 Subject: [PATCH] fix(ci): adjusting cache steps --- .github/workflows/cache.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 2c357bf..a71110b 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -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: