This commit is contained in:
2025-01-18 13:35:26 -05:00
parent 5716372fa9
commit 60cd0d31e7
@@ -18,8 +18,8 @@ jobs:
- name: Cache tea CLI
uses: actions/cache@v3
with:
path: ~/.tea
key: tea-${{ runner.os }}-${{ hashFiles('/opt/hostedtoolcache/tea/0.9.2/x64') }}
path: /opt/hostedtoolcache/tea/0.9.2/x64
key: tea-${{ runner.os }}-0.9.2
- name: Install tea
uses: supplypike/setup-bin@v4
with:
@@ -58,7 +58,7 @@ jobs:
uses: actions/cache@v3
with:
path: ansible/collections
key: ${{ runner.os }}-ansible-${{ hashFiles('ansible/collections/requirements.yml') }}
key: ${{ runner.os }}-ansible-${{ hashFiles('./ansible/collections/requirements.yml') }}
restore-keys: |
${{ runner.os }}-ansible-
# Install Ansible