From 7ab4331cb8176173dae9286854398939f4a0f6d4 Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Sun, 31 Mar 2024 23:33:35 +0800 Subject: [PATCH] feat add actions/cache/save@v3 --- .gitea/workflows/linux-arm-gcc.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitea/workflows/linux-arm-gcc.yml b/.gitea/workflows/linux-arm-gcc.yml index 2d2c668..8009a94 100644 --- a/.gitea/workflows/linux-arm-gcc.yml +++ b/.gitea/workflows/linux-arm-gcc.yml @@ -66,6 +66,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-arm-install-20220502-2 + path: qemu-install + - name: arm-gnu-toolchain run: | sudo apt-get update -y @@ -119,6 +126,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-arm-install-20220502-2 + path: qemu-install + - name: arm-gnu-toolchain run: | sudo apt-get update -y