feature update cache-key
Some checks failed
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Failing after 39s
Some checks failed
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Failing after 39s
This commit is contained in:
parent
2efbbd394b
commit
0a6e5409d9
@ -37,7 +37,7 @@ jobs:
|
|||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: qemu-install
|
path: qemu-install
|
||||||
key: qemu-hisiv500-install-20220502-2
|
key: centos-qemu-hisiv500-install-20220502-2
|
||||||
|
|
||||||
- name: checkout-qemu
|
- name: checkout-qemu
|
||||||
if: steps.cache-qemu.outputs.cache-hit != 'true'
|
if: steps.cache-qemu.outputs.cache-hit != 'true'
|
||||||
@ -67,7 +67,7 @@ jobs:
|
|||||||
uses: actions/cache/save@v3
|
uses: actions/cache/save@v3
|
||||||
if: steps.cache-qemu.outputs.cache-hit != 'true'
|
if: steps.cache-qemu.outputs.cache-hit != 'true'
|
||||||
with:
|
with:
|
||||||
key: qemu-hisiv500-install-20220502-2
|
key: centos-qemu-hisiv500-install-20220502-2
|
||||||
path: qemu-install
|
path: qemu-install
|
||||||
|
|
||||||
- name: build-in-centos
|
- name: build-in-centos
|
||||||
|
Loading…
Reference in New Issue
Block a user