mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-12 07:44:19 -06:00
Add Toolchain chacing.
Add Toolchain caching to speed up build
This commit is contained in:
parent
8e65e9154c
commit
4e132408e0
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -19,8 +19,17 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
|
- name: Toolchain Cache
|
||||||
|
id: build-toolchain
|
||||||
|
uses: actions/cache@v1
|
||||||
|
with:
|
||||||
|
path: tools/local
|
||||||
|
key: build-toolchain
|
||||||
|
|
||||||
- name: Build Toolchain
|
- name: Build Toolchain
|
||||||
|
if: steps.build-toolchain.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
|
git submodule update --init
|
||||||
./build-tools
|
./build-tools
|
||||||
ls -la
|
ls -la
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user