feature add set cache on build qemu success
All checks were successful
linux-mips64-gcc / linux-gcc-mips64el (push) Successful in 4m39s
All checks were successful
linux-mips64-gcc / linux-gcc-mips64el (push) Successful in 4m39s
This commit is contained in:
parent
bbbbe09e01
commit
e0c190adf6
@ -63,6 +63,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-mips64el-install-20220502-2
|
||||||
|
path: qemu-install
|
||||||
|
|
||||||
- name: mips64el-gnuabi64-toolchain
|
- name: mips64el-gnuabi64-toolchain
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
Loading…
Reference in New Issue
Block a user