...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user