mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-10 17:47:51 -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:
|
||||
- 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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user