Module tool_cache

Module tool_cache 

Source
Expand description

Functions necessary for downloading and caching tools.

Structs§

HTTPError

Functions§

cache_dir
Caches a directory and installs it into the tool cacheDir.
cache_file
Caches a downloaded file (GUID) and installs it into the tool cache with a given targetName.
download_tool
Download a tool from an url and stream it into a file.
extract_7z
Extract a .7z file.
extract_tar
Extract a tar.
extract_zip
Extract a zip.
find
Finds the path to a tool version in the local installed tool cache.
find_all_versions
Finds the paths to all versions of a tool that are installed in the local tool cache.