feature add set cache
Some checks failed
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Failing after 4m37s
Some checks failed
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Failing after 4m37s
This commit is contained in:
parent
d01bd3d249
commit
bbbbe09e01
@ -62,6 +62,13 @@ jobs:
|
|||||||
make -j `nproc`
|
make -j `nproc`
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
- name: set-qemu-cache
|
||||||
|
uses: actions/cache/save@v3
|
||||||
|
if: steps.cache-qemu.outputs.cache-hit != 'true'
|
||||||
|
with:
|
||||||
|
key: qemu-hisiv500-install-20220502-2
|
||||||
|
path: qemu-install
|
||||||
|
|
||||||
- name: build-in-centos
|
- name: build-in-centos
|
||||||
uses: addnab/docker-run-action@v3
|
uses: addnab/docker-run-action@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user