...
This commit is contained in:
@@ -18,8 +18,8 @@ jobs:
|
|||||||
- name: Cache tea CLI
|
- name: Cache tea CLI
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ~/.tea
|
path: /opt/hostedtoolcache/tea/0.9.2/x64
|
||||||
key: tea-${{ runner.os }}-${{ hashFiles('/opt/hostedtoolcache/tea/0.9.2/x64') }}
|
key: tea-${{ runner.os }}-0.9.2
|
||||||
- name: Install tea
|
- name: Install tea
|
||||||
uses: supplypike/setup-bin@v4
|
uses: supplypike/setup-bin@v4
|
||||||
with:
|
with:
|
||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ansible/collections
|
path: ansible/collections
|
||||||
key: ${{ runner.os }}-ansible-${{ hashFiles('ansible/collections/requirements.yml') }}
|
key: ${{ runner.os }}-ansible-${{ hashFiles('./ansible/collections/requirements.yml') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-ansible-
|
${{ runner.os }}-ansible-
|
||||||
# Install Ansible
|
# Install Ansible
|
||||||
|
|||||||
Reference in New Issue
Block a user