feat add actions/cache/save@v3
This commit is contained in:
parent
240d75a9ce
commit
7ab4331cb8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user