feat add actions/cache/save@v3
Some checks failed
linux-arm-gcc / linux-gcc-arm (push) Failing after 2m35s
linux-arm-gcc / linux-gcc-armhf (push) Failing after 2m13s

This commit is contained in:
tqcq 2024-03-31 23:33:35 +08:00
parent 240d75a9ce
commit 7ab4331cb8

View File

@ -66,6 +66,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-arm-install-20220502-2
path: qemu-install
- name: arm-gnu-toolchain - name: arm-gnu-toolchain
run: | run: |
sudo apt-get update -y sudo apt-get update -y
@ -119,6 +126,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-arm-install-20220502-2
path: qemu-install
- name: arm-gnu-toolchain - name: arm-gnu-toolchain
run: | run: |
sudo apt-get update -y sudo apt-get update -y