Add Toolchain chacing.

Add Toolchain caching to speed up build
This commit is contained in:
Scott 2019-11-17 17:03:25 +00:00 committed by GitHub
parent 8e65e9154c
commit 4e132408e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,8 +19,17 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Toolchain Cache
id: build-toolchain
uses: actions/cache@v1
with:
path: tools/local
key: build-toolchain
- name: Build Toolchain
if: steps.build-toolchain.outputs.cache-hit != 'true'
run: |
git submodule update --init
./build-tools
ls -la