This action caches builds to speed up openwrt compilation.
Check if to cache ccache. Default 'false'
.
Check if to cache toolchain. Default 'true'
.
Check if to skip the compilation of toolchain. Default 'true'
.
Set to clean cache. Default 'false'
.
Path prefix to openwrt build directory. Default ''
.
Mix a key to identify a cache when you build openwrt for different architecture. Default ''
.
Skip saving. Default 'false'
.
Indicate cache found.
uses: klever1988/cachewrtbuild@main
with:
ccache: 'true'
mixkey: 'ramips'
prefix: 'openwrt'