feature add set cache
Some checks failed
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Failing after 4m37s

This commit is contained in:
tqcq 2023-12-06 11:01:18 +08:00
parent d01bd3d249
commit bbbbe09e01

View File

@ -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: