mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-28 03:32:41 +01:00
fix(ci): adjusting cache steps
This commit is contained in:
6
.github/workflows/cache.yml
vendored
6
.github/workflows/cache.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user