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.
Additional cache directories to include (one per line, can specify multiple). Default ''.
Relative paths are resolved against the directory set by prefix (i.e. the openwrt build root); absolute paths are also supported.
Indicate cache found.
uses: klever1988/cachewrtbuild@main
with:
ccache: true
mixkey: 'ramips'
prefix: 'openwrt'
extra_paths: |
path/to/extra/dir1
path/to/extra/dir2