From e0c190adf6d6d76910dc46c7fe1f3b9e99a5b70e Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Wed, 6 Dec 2023 11:03:46 +0800 Subject: [PATCH] feature add set cache on build qemu success --- .gitea/workflows/linux-mips64-gcc.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitea/workflows/linux-mips64-gcc.yml b/.gitea/workflows/linux-mips64-gcc.yml index dc777b9..dd31e18 100644 --- a/.gitea/workflows/linux-mips64-gcc.yml +++ b/.gitea/workflows/linux-mips64-gcc.yml @@ -63,6 +63,13 @@ jobs: make -j `nproc` make install + - name: set-qemu-cache + uses: actions/cache/save@v3 + if: steps.cache-qemu.outputs.cache-hit != 'true' + with: + key: qemu-mips64el-install-20220502-2 + path: qemu-install + - name: mips64el-gnuabi64-toolchain run: | sudo apt-get update